Html Css Color HEX #6E5B0F Raw Umber

📋 copy color: '#6E5B0F'

red 110 ◦ green 91 ◦ blue 15

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

Shades of Raw Umber #6E5B0F

Tints of Raw Umber #6E5B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.13%

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 50.93%
G = 42.13%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E5B0F (or 0x6E5B0F) is known color: Raw Umber. HEX triplet: 6E, 5B and 0F. RGB value is (110,91,15). Sum of RGB (Red+Green+Blue) = 110+91+15=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5B0F is #91A4F0. Grayscale: #585858. Windows color (decimal): -9544945 or 1006446. OLE color: 1006446.

HSL color Cylindrical-coordinate representation of color #6E5B0F: hue angle of 48º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E5B0F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 91 15 -
CMYK 0 0.17 0.86 0.57
HSL 48º 0.76% 0.25% -
HSV(B) 48º 0.86% 0.43% -
XYZ 10.26 10.83 2 -
YUV 88.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 110 91 15 0 0.17 0.86 0.57 48 0.76 0.25
Hex 6E 5B F 0 11 56 39 30 4C 19
Octal 156 133 17 0 21 126 71 60 114 31
Binary 1101110 1011011 1111 0 10001 1010110 111001 110000 1001100 11001

Color Harmonies of #6E5B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5B0F

Black with #6E5B0F

Text Example


Text Example

White with #6E5B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,91,15); }

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

background-color css

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

 a { background-color: rgb(110,91,15); }

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

border-color css

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

 span { border-color: rgb(110,91,15); }

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