Html Css Color HEX #713606 Raw Umber

📋 copy color: '#713606'

red 113 ◦ green 54 ◦ blue 6

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

Shades of Raw Umber #713606

Tints of Raw Umber #713606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

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

R = 65.32%
G = 31.21%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713606 (or 0x713606) is known color: Raw Umber. HEX triplet: 71, 36 and 06. RGB value is (113,54,6). Sum of RGB (Red+Green+Blue) = 113+54+6=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713606 is #8EC9F9. Grayscale: #424242. Windows color (decimal): -9357818 or 407153. OLE color: 407153.

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

Color convert

RGB 113 54 6 -
CMYK 0 0.52 0.95 0.56
HSL 26.92º 0.9% 0.23% -
HSV(B) 26.92º 0.95% 0.44% -
XYZ 8.16 6.16 0.93 -
YUV 66.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 113 54 6 0 0.52 0.95 0.56 26.92 0.9 0.23
Hex 71 36 6 0 34 5F 38 1B 5A 17
Octal 161 66 6 0 64 137 70 33 132 27
Binary 1110001 110110 110 0 110100 1011111 111000 11011 1011010 10111

Color Harmonies of #713606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713606

Black with #713606

Text Example


Text Example

White with #713606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713606; }

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

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

background-color css

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

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

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

border-color css

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

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

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