Html Css Color HEX #714406 Raw Umber

📋 copy color: '#714406'

red 113 ◦ green 68 ◦ blue 6

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

Shades of Raw Umber #714406

Tints of Raw Umber #714406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 60.43%
G = 36.36%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#714406 (or 0x714406) is known color: Raw Umber. HEX triplet: 71, 44 and 06. RGB value is (113,68,6). Sum of RGB (Red+Green+Blue) = 113+68+6=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714406 is #8EBBF9. Grayscale: #4A4A4A. Windows color (decimal): -9354234 or 410737. OLE color: 410737.

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

Color convert

RGB 113 68 6 -
CMYK 0 0.40 0.95 0.56
HSL 34.77º 0.9% 0.23% -
HSV(B) 34.77º 0.95% 0.44% -
XYZ 8.91 7.66 1.18 -
YUV 74.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 113 68 6 0 0.40 0.95 0.56 34.77 0.9 0.23
Hex 71 44 6 0 28 5F 38 23 5A 17
Octal 161 104 6 0 50 137 70 43 132 27
Binary 1110001 1000100 110 0 101000 1011111 111000 100011 1011010 10111

Color Harmonies of #714406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714406

Black with #714406

Text Example


Text Example

White with #714406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714406; }

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

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

background-color css

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

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

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

border-color css

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

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

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