Html Css Color HEX #6E4805 Raw Umber

📋 copy color: '#6E4805'

red 110 ◦ green 72 ◦ blue 5

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

Shades of Raw Umber #6E4805

Tints of Raw Umber #6E4805

RGB

 RED value IS 110 (43.36% from 255) = 58.82%

 GREEN value IS 72 (28.52% from 255) = 38.5%

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 58.82%
G = 38.5%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E4805 (or 0x6E4805) is known color: Raw Umber. HEX triplet: 6E, 48 and 05. RGB value is (110,72,5). Sum of RGB (Red+Green+Blue) = 110+72+5=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4805 is #91B7FA. Grayscale: #4C4C4C. Windows color (decimal): -9549819 or 346222. OLE color: 346222.

HSL color Cylindrical-coordinate representation of color #6E4805: hue angle of 38.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E4805 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 72 5 -
CMYK 0 0.35 0.95 0.57
HSL 38.29º 0.91% 0.23% -
HSV(B) 38.29º 0.95% 0.43% -
XYZ 8.78 7.96 1.22 -
YUV 75.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 110 72 5 0 0.35 0.95 0.57 38.29 0.91 0.23
Hex 6E 48 5 0 23 5F 39 26 5B 17
Octal 156 110 5 0 43 137 71 46 133 27
Binary 1101110 1001000 101 0 100011 1011111 111001 100110 1011011 10111

Color Harmonies of #6E4805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4805

Black with #6E4805

Text Example


Text Example

White with #6E4805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E4805; }

 p { color: rgb(110,72,5); }

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

background-color css

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

 a { background-color: rgb(110,72,5); }

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

border-color css

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

 span { border-color: rgb(110,72,5); }

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