Html Css Color HEX #6E6457 Pine Cone

📋 copy color: '#6E6457'

red 110 ◦ green 100 ◦ blue 87

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

Shades of Pine Cone #6E6457

Tints of Pine Cone #6E6457

RGB

 RED value IS 110 (43.36% from 255) = 37.04%

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

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 37.04%
G = 33.67%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6E6457 (or 0x6E6457) is known color: Pine Cone. HEX triplet: 6E, 64 and 57. RGB value is (110,100,87). Sum of RGB (Red+Green+Blue) = 110+100+87=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6457 is #919BA8. Grayscale: #656565. Windows color (decimal): -9542569 or 5727342. OLE color: 5727342.

HSL color Cylindrical-coordinate representation of color #6E6457: hue angle of 33.91º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6457 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 87 -
CMYK 0 0.09 0.21 0.57
HSL 33.91º 0.12% 0.39% -
HSV(B) 33.91º 0.21% 0.43% -
XYZ 12.71 13.12 10.88 -
YUV 101.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 110 100 87 0 0.09 0.21 0.57 33.91 0.12 0.39
Hex 6E 64 57 0 9 15 39 22 C 27
Octal 156 144 127 0 11 25 71 42 14 47
Binary 1101110 1100100 1010111 0 1001 10101 111001 100010 1100 100111

Color Harmonies of #6E6457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6457

Black with #6E6457

Text Example


Text Example

White with #6E6457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,100,87); }

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

background-color css

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

 a { background-color: rgb(110,100,87); }

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

border-color css

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

 span { border-color: rgb(110,100,87); }

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