Html Css Color HEX #725606 Raw Umber

📋 copy color: '#725606'

red 114 ◦ green 86 ◦ blue 6

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

Shades of Raw Umber #725606

Tints of Raw Umber #725606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 6 (2.73% from 255) = 2.91%

R = 55.34%
G = 41.75%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#725606 (or 0x725606) is known color: Raw Umber. HEX triplet: 72, 56 and 06. RGB value is (114,86,6). Sum of RGB (Red+Green+Blue) = 114+86+6=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #725606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725606 is #8DA9F9. Grayscale: #555555. Windows color (decimal): -9284090 or 415346. OLE color: 415346.

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

Color convert

RGB 114 86 6 -
CMYK 0 0.25 0.95 0.55
HSL 44.44º 0.9% 0.24% -
HSV(B) 44.44º 0.95% 0.45% -
XYZ 10.3 10.25 1.61 -
YUV 85.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 114 86 6 0 0.25 0.95 0.55 44.44 0.9 0.24
Hex 72 56 6 0 19 5F 37 2C 5A 18
Octal 162 126 6 0 31 137 67 54 132 30
Binary 1110010 1010110 110 0 11001 1011111 110111 101100 1011010 11000

Color Harmonies of #725606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725606

Black with #725606

Text Example


Text Example

White with #725606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725606; }

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

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

background-color css

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

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

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

border-color css

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

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

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