Html Css Color HEX #715A06 Raw Umber

📋 copy color: '#715A06'

red 113 ◦ green 90 ◦ blue 6

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

Shades of Raw Umber #715A06

Tints of Raw Umber #715A06

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.06%

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

R = 54.07%
G = 43.06%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#715A06 (or 0x715A06) is known color: Raw Umber. HEX triplet: 71, 5A and 06. RGB value is (113,90,6). Sum of RGB (Red+Green+Blue) = 113+90+6=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #715A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A06 is #8EA5F9. Grayscale: #575757. Windows color (decimal): -9348602 or 416369. OLE color: 416369.

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

Color convert

RGB 113 90 6 -
CMYK 0 0.20 0.95 0.56
HSL 47.1º 0.9% 0.23% -
HSV(B) 47.1º 0.95% 0.44% -
XYZ 10.5 10.84 1.71 -
YUV 87.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 113 90 6 0 0.20 0.95 0.56 47.1 0.9 0.23
Hex 71 5A 6 0 14 5F 38 2F 5A 17
Octal 161 132 6 0 24 137 70 57 132 27
Binary 1110001 1011010 110 0 10100 1011111 111000 101111 1011010 10111

Color Harmonies of #715A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A06

Black with #715A06

Text Example


Text Example

White with #715A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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