Html Css Color HEX #726456 Pine Cone

📋 copy color: '#726456'

red 114 ◦ green 100 ◦ blue 86

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

Shades of Pine Cone #726456

Tints of Pine Cone #726456

RGB

 RED value IS 114 (44.92% from 255) = 38%

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

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 38%
G = 33.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726456 (or 0x726456) is known color: Pine Cone. HEX triplet: 72, 64 and 56. RGB value is (114,100,86). Sum of RGB (Red+Green+Blue) = 114+100+86=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726456 is #8D9BA9. Grayscale: #666666. Windows color (decimal): -9280426 or 5661810. OLE color: 5661810.

HSL color Cylindrical-coordinate representation of color #726456: hue angle of 30º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726456 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 86 -
CMYK 0 0.12 0.25 0.55
HSL 30º 0.14% 0.39% -
HSV(B) 30º 0.25% 0.45% -
XYZ 13.18 13.36 10.69 -
YUV 102.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 114 100 86 0 0.12 0.25 0.55 30 0.14 0.39
Hex 72 64 56 0 C 19 37 1E E 27
Octal 162 144 126 0 14 31 67 36 16 47
Binary 1110010 1100100 1010110 0 1100 11001 110111 11110 1110 100111

Color Harmonies of #726456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726456

Black with #726456

Text Example


Text Example

White with #726456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726456; }

 p { color: rgb(114,100,86); }

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

background-color css

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

 a { background-color: rgb(114,100,86); }

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

border-color css

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

 span { border-color: rgb(114,100,86); }

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