Html Css Color HEX #6F645B Pine Cone

📋 copy color: '#6F645B'

red 111 ◦ green 100 ◦ blue 91

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

Shades of Pine Cone #6F645B

Tints of Pine Cone #6F645B

RGB

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

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

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

R = 36.75%
G = 33.11%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F645B (or 0x6F645B) is known color: Pine Cone. HEX triplet: 6F, 64 and 5B. RGB value is (111,100,91). Sum of RGB (Red+Green+Blue) = 111+100+91=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F645B is #909BA4. Grayscale: #666666. Windows color (decimal): -9477029 or 5989487. OLE color: 5989487.

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

Color convert

RGB 111 100 91 -
CMYK 0 0.10 0.18 0.56
HSL 27º 0.1% 0.4% -
HSV(B) 27º 0.18% 0.44% -
XYZ 13 13.25 11.77 -
YUV 102.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 111 100 91 0 0.10 0.18 0.56 27 0.1 0.4
Hex 6F 64 5B 0 A 12 38 1B A 28
Octal 157 144 133 0 12 22 70 33 12 50
Binary 1101111 1100100 1011011 0 1010 10010 111000 11011 1010 101000

Color Harmonies of #6F645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F645B

Black with #6F645B

Text Example


Text Example

White with #6F645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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