Html Css Color HEX #713B06 Raw Umber

📋 copy color: '#713B06'

red 113 ◦ green 59 ◦ blue 6

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

Shades of Raw Umber #713B06

Tints of Raw Umber #713B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 63.48%
G = 33.15%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713B06 (or 0x713B06) is known color: Raw Umber. HEX triplet: 71, 3B and 06. RGB value is (113,59,6). Sum of RGB (Red+Green+Blue) = 113+59+6=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #713B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B06 is #8EC4F9. Grayscale: #454545. Windows color (decimal): -9356538 or 408433. OLE color: 408433.

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

Color convert

RGB 113 59 6 -
CMYK 0 0.48 0.95 0.56
HSL 29.72º 0.9% 0.23% -
HSV(B) 29.72º 0.95% 0.44% -
XYZ 8.41 6.65 1.01 -
YUV 69.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 113 59 6 0 0.48 0.95 0.56 29.72 0.9 0.23
Hex 71 3B 6 0 30 5F 38 1E 5A 17
Octal 161 73 6 0 60 137 70 36 132 27
Binary 1110001 111011 110 0 110000 1011111 111000 11110 1011010 10111

Color Harmonies of #713B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B06

Black with #713B06

Text Example


Text Example

White with #713B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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