Html Css Color HEX #72645A Pine Cone

📋 copy color: '#72645A'

red 114 ◦ green 100 ◦ blue 90

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

Shades of Pine Cone #72645A

Tints of Pine Cone #72645A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 37.5%
G = 32.89%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72645A (or 0x72645A) is known color: Pine Cone. HEX triplet: 72, 64 and 5A. RGB value is (114,100,90). Sum of RGB (Red+Green+Blue) = 114+100+90=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72645A is #8D9BA5. Grayscale: #676767. Windows color (decimal): -9280422 or 5923954. OLE color: 5923954.

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

Color convert

RGB 114 100 90 -
CMYK 0 0.12 0.21 0.55
HSL 25º 0.12% 0.4% -
HSV(B) 25º 0.21% 0.45% -
XYZ 13.34 13.43 11.56 -
YUV 103.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 114 100 90 0 0.12 0.21 0.55 25 0.12 0.4
Hex 72 64 5A 0 C 15 37 19 C 28
Octal 162 144 132 0 14 25 67 31 14 50
Binary 1110010 1100100 1011010 0 1100 10101 110111 11001 1100 101000

Color Harmonies of #72645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72645A

Black with #72645A

Text Example


Text Example

White with #72645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72645A; }

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

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

background-color css

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

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

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

border-color css

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

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

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