Html Css Color HEX #6B645C Pine Cone

📋 copy color: '#6B645C'

red 107 ◦ green 100 ◦ blue 92

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

Shades of Pine Cone #6B645C

Tints of Pine Cone #6B645C

RGB

 RED value IS 107 (42.19% from 255) = 35.79%

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 35.79%
G = 33.44%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B645C (or 0x6B645C) is known color: Pine Cone. HEX triplet: 6B, 64 and 5C. RGB value is (107,100,92). Sum of RGB (Red+Green+Blue) = 107+100+92=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B645C is #949BA3. Grayscale: #656565. Windows color (decimal): -9739172 or 6055019. OLE color: 6055019.

HSL color Cylindrical-coordinate representation of color #6B645C: hue angle of 32º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B645C is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 100 92 -
CMYK 0 0.07 0.14 0.58
HSL 32º 0.08% 0.39% -
HSV(B) 32º 0.14% 0.42% -
XYZ 12.55 13.01 11.98 -
YUV 101.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 107 100 92 0 0.07 0.14 0.58 32 0.08 0.39
Hex 6B 64 5C 0 7 E 3A 20 8 27
Octal 153 144 134 0 7 16 72 40 10 47
Binary 1101011 1100100 1011100 0 111 1110 111010 100000 1000 100111

Color Harmonies of #6B645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B645C

Black with #6B645C

Text Example


Text Example

White with #6B645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,92); }

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

background-color css

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

 a { background-color: rgb(107,100,92); }

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

border-color css

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

 span { border-color: rgb(107,100,92); }

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