Html Css Color HEX #6F655C Pine Cone

📋 copy color: '#6F655C'

red 111 ◦ green 101 ◦ blue 92

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

Shades of Pine Cone #6F655C

Tints of Pine Cone #6F655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.26%

R = 36.51%
G = 33.22%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F655C (or 0x6F655C) is known color: Pine Cone. HEX triplet: 6F, 65 and 5C. RGB value is (111,101,92). Sum of RGB (Red+Green+Blue) = 111+101+92=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F655C is #909AA3. Grayscale: #676767. Windows color (decimal): -9476772 or 6055279. OLE color: 6055279.

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

Color convert

RGB 111 101 92 -
CMYK 0 0.09 0.17 0.56
HSL 28.42º 0.09% 0.4% -
HSV(B) 28.42º 0.17% 0.44% -
XYZ 13.14 13.46 12.03 -
YUV 102.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 111 101 92 0 0.09 0.17 0.56 28.42 0.09 0.4
Hex 6F 65 5C 0 9 11 38 1C 9 28
Octal 157 145 134 0 11 21 70 34 11 50
Binary 1101111 1100101 1011100 0 1001 10001 111000 11100 1001 101000

Color Harmonies of #6F655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F655C

Black with #6F655C

Text Example


Text Example

White with #6F655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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