Html Css Color HEX #6F665A Pine Cone

📋 copy color: '#6F665A'

red 111 ◦ green 102 ◦ blue 90

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

Shades of Pine Cone #6F665A

Tints of Pine Cone #6F665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 36.63%
G = 33.66%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F665A (or 0x6F665A) is known color: Pine Cone. HEX triplet: 6F, 66 and 5A. RGB value is (111,102,90). Sum of RGB (Red+Green+Blue) = 111+102+90=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F665A is #9099A5. Grayscale: #676767. Windows color (decimal): -9476518 or 5924463. OLE color: 5924463.

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

Color convert

RGB 111 102 90 -
CMYK 0 0.08 0.19 0.56
HSL 34.29º 0.1% 0.39% -
HSV(B) 34.29º 0.19% 0.44% -
XYZ 13.15 13.62 11.61 -
YUV 103.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 111 102 90 0 0.08 0.19 0.56 34.29 0.1 0.39
Hex 6F 66 5A 0 8 13 38 22 A 27
Octal 157 146 132 0 10 23 70 42 12 47
Binary 1101111 1100110 1011010 0 1000 10011 111000 100010 1010 100111

Color Harmonies of #6F665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F665A

Black with #6F665A

Text Example


Text Example

White with #6F665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,102,90); }

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

background-color css

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

 a { background-color: rgb(111,102,90); }

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

border-color css

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

 span { border-color: rgb(111,102,90); }

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