Html Css Color HEX #6F665E Pine Cone

📋 copy color: '#6F665E'

red 111 ◦ green 102 ◦ blue 94

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

Shades of Pine Cone #6F665E

Tints of Pine Cone #6F665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 36.16%
G = 33.22%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F665E (or 0x6F665E) is known color: Pine Cone. HEX triplet: 6F, 66 and 5E. RGB value is (111,102,94). Sum of RGB (Red+Green+Blue) = 111+102+94=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F665E is #9099A1. Grayscale: #676767. Windows color (decimal): -9476514 or 6186607. OLE color: 6186607.

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

Color convert

RGB 111 102 94 -
CMYK 0 0.08 0.15 0.56
HSL 28.24º 0.08% 0.4% -
HSV(B) 28.24º 0.15% 0.44% -
XYZ 13.33 13.69 12.53 -
YUV 103.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 111 102 94 0 0.08 0.15 0.56 28.24 0.08 0.4
Hex 6F 66 5E 0 8 F 38 1C 8 28
Octal 157 146 136 0 10 17 70 34 10 50
Binary 1101111 1100110 1011110 0 1000 1111 111000 11100 1000 101000

Color Harmonies of #6F665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F665E

Black with #6F665E

Text Example


Text Example

White with #6F665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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