Html Css Color HEX #6F665F Pine Cone

📋 copy color: '#6F665F'

red 111 ◦ green 102 ◦ blue 95

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

Shades of Pine Cone #6F665F

Tints of Pine Cone #6F665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 36.04%
G = 33.12%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F665F (or 0x6F665F) is known color: Pine Cone. HEX triplet: 6F, 66 and 5F. RGB value is (111,102,95). Sum of RGB (Red+Green+Blue) = 111+102+95=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F665F is #9099A0. Grayscale: #676767. Windows color (decimal): -9476513 or 6252143. OLE color: 6252143.

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

Color convert

RGB 111 102 95 -
CMYK 0 0.08 0.14 0.56
HSL 26.25º 0.08% 0.4% -
HSV(B) 26.25º 0.14% 0.44% -
XYZ 13.37 13.71 12.77 -
YUV 103.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 111 102 95 0 0.08 0.14 0.56 26.25 0.08 0.4
Hex 6F 66 5F 0 8 E 38 1A 8 28
Octal 157 146 137 0 10 16 70 32 10 50
Binary 1101111 1100110 1011111 0 1000 1110 111000 11010 1000 101000

Color Harmonies of #6F665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F665F

Black with #6F665F

Text Example


Text Example

White with #6F665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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