Html Css Color HEX #714506 Raw Umber

📋 copy color: '#714506'

red 113 ◦ green 69 ◦ blue 6

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

Shades of Raw Umber #714506

Tints of Raw Umber #714506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 60.11%
G = 36.7%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#714506 (or 0x714506) is known color: Raw Umber. HEX triplet: 71, 45 and 06. RGB value is (113,69,6). Sum of RGB (Red+Green+Blue) = 113+69+6=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #714506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714506 is #8EBAF9. Grayscale: #4B4B4B. Windows color (decimal): -9353978 or 410993. OLE color: 410993.

HSL color Cylindrical-coordinate representation of color #714506: hue angle of 35.33º 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 #714506 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 69 6 -
CMYK 0 0.39 0.95 0.56
HSL 35.33º 0.9% 0.23% -
HSV(B) 35.33º 0.95% 0.44% -
XYZ 8.97 7.78 1.2 -
YUV 74.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 113 69 6 0 0.39 0.95 0.56 35.33 0.9 0.23
Hex 71 45 6 0 27 5F 38 23 5A 17
Octal 161 105 6 0 47 137 70 43 132 27
Binary 1110001 1000101 110 0 100111 1011111 111000 100011 1011010 10111

Color Harmonies of #714506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714506

Black with #714506

Text Example


Text Example

White with #714506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714506; }

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

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

background-color css

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

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

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

border-color css

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

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

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