Html Css Color HEX #713C06 Raw Umber

📋 copy color: '#713C06'

red 113 ◦ green 60 ◦ blue 6

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

Shades of Raw Umber #713C06

Tints of Raw Umber #713C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.52%

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

R = 63.13%
G = 33.52%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713C06 (or 0x713C06) is known color: Raw Umber. HEX triplet: 71, 3C and 06. RGB value is (113,60,6). Sum of RGB (Red+Green+Blue) = 113+60+6=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C06 is #8EC3F9. Grayscale: #454545. Windows color (decimal): -9356282 or 408689. OLE color: 408689.

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

Color convert

RGB 113 60 6 -
CMYK 0 0.47 0.95 0.56
HSL 30.28º 0.9% 0.23% -
HSV(B) 30.28º 0.95% 0.44% -
XYZ 8.46 6.76 1.03 -
YUV 69.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 113 60 6 0 0.47 0.95 0.56 30.28 0.9 0.23
Hex 71 3C 6 0 2F 5F 38 1E 5A 17
Octal 161 74 6 0 57 137 70 36 132 27
Binary 1110001 111100 110 0 101111 1011111 111000 11110 1011010 10111

Color Harmonies of #713C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C06

Black with #713C06

Text Example


Text Example

White with #713C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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