Html Css Color HEX #6C665F Pine Cone

📋 copy color: '#6C665F'

red 108 ◦ green 102 ◦ blue 95

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

Shades of Pine Cone #6C665F

Tints of Pine Cone #6C665F

RGB

 RED value IS 108 (42.58% from 255) = 35.41%

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

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

R = 35.41%
G = 33.44%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C665F (or 0x6C665F) is known color: Pine Cone. HEX triplet: 6C, 66 and 5F. RGB value is (108,102,95). Sum of RGB (Red+Green+Blue) = 108+102+95=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 108 - color contains mainly: red. Hex color #6C665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C665F is #9399A0. Grayscale: #676767. Windows color (decimal): -9673121 or 6252140. OLE color: 6252140.

HSL color Cylindrical-coordinate representation of color #6C665F: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C665F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 102 95 -
CMYK 0 0.06 0.12 0.58
HSL 32.31º 0.06% 0.4% -
HSV(B) 32.31º 0.12% 0.42% -
XYZ 13 13.52 12.75 -
YUV 103 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 108 102 95 0 0.06 0.12 0.58 32.31 0.06 0.4
Hex 6C 66 5F 0 6 C 3A 20 6 28
Octal 154 146 137 0 6 14 72 40 6 50
Binary 1101100 1100110 1011111 0 110 1100 111010 100000 110 101000

Color Harmonies of #6C665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C665F

Black with #6C665F

Text Example


Text Example

White with #6C665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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