Html Css Color HEX #6E5001 Raw Umber

📋 copy color: '#6E5001'

red 110 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #6E5001

Tints of Raw Umber #6E5001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.88%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 57.59%
G = 41.88%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6E5001 (or 0x6E5001) is known color: Raw Umber. HEX triplet: 6E, 50 and 01. RGB value is (110,80,1). Sum of RGB (Red+Green+Blue) = 110+80+1=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5001 is #91AFFE. Grayscale: #505050. Windows color (decimal): -9547775 or 86126. OLE color: 86126.

HSL color Cylindrical-coordinate representation of color #6E5001: hue angle of 43.49º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E5001 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 80 1 -
CMYK 0 0.27 0.99 0.57
HSL 43.49º 0.98% 0.22% -
HSV(B) 43.49º 0.99% 0.43% -
XYZ 9.3 9.05 1.29 -
YUV 79.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 110 80 1 0 0.27 0.99 0.57 43.49 0.98 0.22
Hex 6E 50 1 0 1B 63 39 2B 62 16
Octal 156 120 1 0 33 143 71 53 142 26
Binary 1101110 1010000 1 0 11011 1100011 111001 101011 1100010 10110

Color Harmonies of #6E5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5001

Black with #6E5001

Text Example


Text Example

White with #6E5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,1); }

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

background-color css

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

 a { background-color: rgb(110,80,1); }

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

border-color css

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

 span { border-color: rgb(110,80,1); }

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