Html Css Color HEX #6F655B Pine Cone

📋 copy color: '#6F655B'

red 111 ◦ green 101 ◦ blue 91

#6F655B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #6F655B

Tints of Pine Cone #6F655B

RGB

 RED value IS 111 (43.75% from 255) = 36.63%

 GREEN value IS 101 (39.84% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 36.63%
G = 33.33%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6F655B (or 0x6F655B) is known color: Pine Cone. HEX triplet: 6F, 65 and 5B. RGB value is (111,101,91). Sum of RGB (Red+Green+Blue) = 111+101+91=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F655B is #909AA4. Grayscale: #666666. Windows color (decimal): -9476773 or 5989743. OLE color: 5989743.

HSL color Cylindrical-coordinate representation of color #6F655B: hue angle of 30º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F655B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 91 -
CMYK 0 0.09 0.18 0.56
HSL 30º 0.1% 0.4% -
HSV(B) 30º 0.18% 0.44% -
XYZ 13.1 13.44 11.8 -
YUV 102.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 111 101 91 0 0.09 0.18 0.56 30 0.1 0.4
Hex 6F 65 5B 0 9 12 38 1E A 28
Octal 157 145 133 0 11 22 70 36 12 50
Binary 1101111 1100101 1011011 0 1001 10010 111000 11110 1010 101000

Color Harmonies of #6F655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F655B

Black with #6F655B

Text Example


Text Example

White with #6F655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F655B; }

 p { color: rgb(111,101,91); }

 H1.HeaderClassName
 {
   color: #6F655B;
 }
 .AnyTagClassName
 {
   color: #6F655B;
 }
</style>

background-color css

<style>
 a { background-color: #6F655B; }

 a { background-color: rgb(111,101,91); }

 div.DivClassName
 {
   background-color: #6F655B;
 }
 .BgClassName
 {
   background-color: #6F655B;
 }
</style>

border-color css

<style>
 span { border-color: #6F655B; }

 span { border-color: rgb(111,101,91); }

 td.TdClassName
 {
   border-color: #6F655B;
 }
 .TagClassName
 {
   border-color: #6F655B;
 }
</style>