Html Css Color HEX #714606 Raw Umber

📋 copy color: '#714606'

red 113 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #714606

Tints of Raw Umber #714606

RGB

 RED value IS 113 (44.53% from 255) = 59.79%

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 59.79%
G = 37.04%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#714606 (or 0x714606) is known color: Raw Umber. HEX triplet: 71, 46 and 06. RGB value is (113,70,6). Sum of RGB (Red+Green+Blue) = 113+70+6=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #714606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714606 is #8EB9F9. Grayscale: #4B4B4B. Windows color (decimal): -9353722 or 411249. OLE color: 411249.

HSL color Cylindrical-coordinate representation of color #714606: hue angle of 35.89º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #714606 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 6 -
CMYK 0 0.38 0.95 0.56
HSL 35.89º 0.9% 0.23% -
HSV(B) 35.89º 0.95% 0.44% -
XYZ 9.03 7.9 1.22 -
YUV 75.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 113 70 6 0 0.38 0.95 0.56 35.89 0.9 0.23
Hex 71 46 6 0 26 5F 38 24 5A 17
Octal 161 106 6 0 46 137 70 44 132 27
Binary 1110001 1000110 110 0 100110 1011111 111000 100100 1011010 10111

Color Harmonies of #714606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714606

Black with #714606

Text Example


Text Example

White with #714606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714606; }

 p { color: rgb(113,70,6); }

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

background-color css

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

 a { background-color: rgb(113,70,6); }

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

border-color css

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

 span { border-color: rgb(113,70,6); }

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