Html Css Color HEX #726C3E Hemlock

📋 copy color: '#726C3E'

red 114 ◦ green 108 ◦ blue 62

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

Shades of Hemlock #726C3E

Tints of Hemlock #726C3E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 40.14%
G = 38.03%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#726C3E (or 0x726C3E) is known color: Hemlock. HEX triplet: 72, 6C and 3E. RGB value is (114,108,62). Sum of RGB (Red+Green+Blue) = 114+108+62=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C3E is #8D93C1. Grayscale: #686868. Windows color (decimal): -9278402 or 4090994. OLE color: 4090994.

HSL color Cylindrical-coordinate representation of color #726C3E: hue angle of 53.08º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #726C3E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 62 -
CMYK 0 0.05 0.46 0.55
HSL 53.08º 0.3% 0.35% -
HSV(B) 53.08º 0.46% 0.45% -
XYZ 13.17 14.65 6.69 -
YUV 104.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 114 108 62 0 0.05 0.46 0.55 53.08 0.3 0.35
Hex 72 6C 3E 0 5 2E 37 35 1E 23
Octal 162 154 76 0 5 56 67 65 36 43
Binary 1110010 1101100 111110 0 101 101110 110111 110101 11110 100011

Color Harmonies of #726C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C3E

Black with #726C3E

Text Example


Text Example

White with #726C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C3E; }

 p { color: rgb(114,108,62); }

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

background-color css

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

 a { background-color: rgb(114,108,62); }

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

border-color css

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

 span { border-color: rgb(114,108,62); }

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