Html Css Color HEX #72685F Pine Cone

📋 copy color: '#72685F'

red 114 ◦ green 104 ◦ blue 95

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

Shades of Pine Cone #72685F

Tints of Pine Cone #72685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 36.42%
G = 33.23%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72685F (or 0x72685F) is known color: Pine Cone. HEX triplet: 72, 68 and 5F. RGB value is (114,104,95). Sum of RGB (Red+Green+Blue) = 114+104+95=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #72685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685F is #8D97A0. Grayscale: #6A6A6A. Windows color (decimal): -9279393 or 6252658. OLE color: 6252658.

HSL color Cylindrical-coordinate representation of color #72685F: hue angle of 28.42º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72685F is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 95 -
CMYK 0 0.09 0.17 0.55
HSL 28.42º 0.09% 0.41% -
HSV(B) 28.42º 0.17% 0.45% -
XYZ 13.96 14.3 12.85 -
YUV 105.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 114 104 95 0 0.09 0.17 0.55 28.42 0.09 0.41
Hex 72 68 5F 0 9 11 37 1C 9 29
Octal 162 150 137 0 11 21 67 34 11 51
Binary 1110010 1101000 1011111 0 1001 10001 110111 11100 1001 101001

Color Harmonies of #72685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72685F

Black with #72685F

Text Example


Text Example

White with #72685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72685F; }

 p { color: rgb(114,104,95); }

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

background-color css

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

 a { background-color: rgb(114,104,95); }

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

border-color css

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

 span { border-color: rgb(114,104,95); }

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