Html Css Color HEX #714F06 Raw Umber

📋 copy color: '#714F06'

red 113 ◦ green 79 ◦ blue 6

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

Shades of Raw Umber #714F06

Tints of Raw Umber #714F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 57.07%
G = 39.9%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#714F06 (or 0x714F06) is known color: Raw Umber. HEX triplet: 71, 4F and 06. RGB value is (113,79,6). Sum of RGB (Red+Green+Blue) = 113+79+6=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F06 is #8EB0F9. Grayscale: #515151. Windows color (decimal): -9351418 or 413553. OLE color: 413553.

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

Color convert

RGB 113 79 6 -
CMYK 0 0.30 0.95 0.56
HSL 40.93º 0.9% 0.23% -
HSV(B) 40.93º 0.95% 0.44% -
XYZ 9.64 9.12 1.42 -
YUV 80.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 113 79 6 0 0.30 0.95 0.56 40.93 0.9 0.23
Hex 71 4F 6 0 1E 5F 38 29 5A 17
Octal 161 117 6 0 36 137 70 51 132 27
Binary 1110001 1001111 110 0 11110 1011111 111000 101001 1011010 10111

Color Harmonies of #714F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F06

Black with #714F06

Text Example


Text Example

White with #714F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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