Html Css Color HEX #714D06 Raw Umber

📋 copy color: '#714D06'

red 113 ◦ green 77 ◦ blue 6

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

Shades of Raw Umber #714D06

Tints of Raw Umber #714D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

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

R = 57.65%
G = 39.29%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#714D06 (or 0x714D06) is known color: Raw Umber. HEX triplet: 71, 4D and 06. RGB value is (113,77,6). Sum of RGB (Red+Green+Blue) = 113+77+6=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #714D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714D06 is #8EB2F9. Grayscale: #4F4F4F. Windows color (decimal): -9351930 or 413041. OLE color: 413041.

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

Color convert

RGB 113 77 6 -
CMYK 0 0.32 0.95 0.56
HSL 39.81º 0.9% 0.23% -
HSV(B) 39.81º 0.95% 0.44% -
XYZ 9.5 8.83 1.38 -
YUV 79.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 113 77 6 0 0.32 0.95 0.56 39.81 0.9 0.23
Hex 71 4D 6 0 20 5F 38 28 5A 17
Octal 161 115 6 0 40 137 70 50 132 27
Binary 1110001 1001101 110 0 100000 1011111 111000 101000 1011010 10111

Color Harmonies of #714D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D06

Black with #714D06

Text Example


Text Example

White with #714D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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