Html Css Color HEX #6F665B Pine Cone

📋 copy color: '#6F665B'

red 111 ◦ green 102 ◦ blue 91

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

Shades of Pine Cone #6F665B

Tints of Pine Cone #6F665B

RGB

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

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

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

R = 36.51%
G = 33.55%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F665B (or 0x6F665B) is known color: Pine Cone. HEX triplet: 6F, 66 and 5B. RGB value is (111,102,91). Sum of RGB (Red+Green+Blue) = 111+102+91=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F665B is #9099A4. Grayscale: #676767. Windows color (decimal): -9476517 or 5989999. OLE color: 5989999.

HSL color Cylindrical-coordinate representation of color #6F665B: hue angle of 33º 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 #6F665B is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 102 91 -
CMYK 0 0.08 0.18 0.56
HSL 33º 0.1% 0.4% -
HSV(B) 33º 0.18% 0.44% -
XYZ 13.2 13.64 11.83 -
YUV 103.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 111 102 91 0 0.08 0.18 0.56 33 0.1 0.4
Hex 6F 66 5B 0 8 12 38 21 A 28
Octal 157 146 133 0 10 22 70 41 12 50
Binary 1101111 1100110 1011011 0 1000 10010 111000 100001 1010 101000

Color Harmonies of #6F665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F665B

Black with #6F665B

Text Example


Text Example

White with #6F665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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