Html Css Color HEX #72655B Pine Cone

📋 copy color: '#72655B'

red 114 ◦ green 101 ◦ blue 91

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

Shades of Pine Cone #72655B

Tints of Pine Cone #72655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

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

R = 37.25%
G = 33.01%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72655B (or 0x72655B) is known color: Pine Cone. HEX triplet: 72, 65 and 5B. RGB value is (114,101,91). Sum of RGB (Red+Green+Blue) = 114+101+91=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655B is #8D9AA4. Grayscale: #676767. Windows color (decimal): -9280165 or 5989746. OLE color: 5989746.

HSL color Cylindrical-coordinate representation of color #72655B: hue angle of 26.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72655B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 91 -
CMYK 0 0.11 0.20 0.55
HSL 26.09º 0.11% 0.4% -
HSV(B) 26.09º 0.2% 0.45% -
XYZ 13.48 13.64 11.82 -
YUV 103.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 114 101 91 0 0.11 0.20 0.55 26.09 0.11 0.4
Hex 72 65 5B 0 B 14 37 1A B 28
Octal 162 145 133 0 13 24 67 32 13 50
Binary 1110010 1100101 1011011 0 1011 10100 110111 11010 1011 101000

Color Harmonies of #72655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72655B

Black with #72655B

Text Example


Text Example

White with #72655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72655B; }

 p { color: rgb(114,101,91); }

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

background-color css

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

 a { background-color: rgb(114,101,91); }

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

border-color css

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

 span { border-color: rgb(114,101,91); }

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