Html Css Color HEX #814E06 Raw Umber

📋 copy color: '#814E06'

red 129 ◦ green 78 ◦ blue 6

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

Shades of Raw Umber #814E06

Tints of Raw Umber #814E06

RGB

 RED value IS 129 (50.78% from 255) = 60.56%

 GREEN value IS 78 (30.86% from 255) = 36.62%

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

R = 60.56%
G = 36.62%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#814E06 (or 0x814E06) is known color: Raw Umber. HEX triplet: 81, 4E and 06. RGB value is (129,78,6). Sum of RGB (Red+Green+Blue) = 129+78+6=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #814E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E06 is #7EB1F9. Grayscale: #555555. Windows color (decimal): -8303098 or 413313. OLE color: 413313.

HSL color Cylindrical-coordinate representation of color #814E06: hue angle of 35.12º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #814E06 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 78 6 -
CMYK 0 0.40 0.95 0.49
HSL 35.12º 0.91% 0.26% -
HSV(B) 35.12º 0.95% 0.51% -
XYZ 11.81 10.13 1.5 -
YUV 85.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 129 78 6 0 0.40 0.95 0.49 35.12 0.91 0.26
Hex 81 4E 6 0 28 5F 31 23 5B 1A
Octal 201 116 6 0 50 137 61 43 133 32
Binary 10000001 1001110 110 0 101000 1011111 110001 100011 1011011 11010

Color Harmonies of #814E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E06

Black with #814E06

Text Example


Text Example

White with #814E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814E06; }

 p { color: rgb(129,78,6); }

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

background-color css

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

 a { background-color: rgb(129,78,6); }

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

border-color css

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

 span { border-color: rgb(129,78,6); }

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