Html Css Color HEX #6E530C Raw Umber

📋 copy color: '#6E530C'

red 110 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #6E530C

Tints of Raw Umber #6E530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 53.66%
G = 40.49%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E530C (or 0x6E530C) is known color: Raw Umber. HEX triplet: 6E, 53 and 0C. RGB value is (110,83,12). Sum of RGB (Red+Green+Blue) = 110+83+12=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E530C is #91ACF3. Grayscale: #535353. Windows color (decimal): -9546996 or 807790. OLE color: 807790.

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

Color convert

RGB 110 83 12 -
CMYK 0 0.25 0.89 0.57
HSL 43.47º 0.8% 0.24% -
HSV(B) 43.47º 0.89% 0.43% -
XYZ 9.59 9.53 1.68 -
YUV 82.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 110 83 12 0 0.25 0.89 0.57 43.47 0.8 0.24
Hex 6E 53 C 0 19 59 39 2B 50 18
Octal 156 123 14 0 31 131 71 53 120 30
Binary 1101110 1010011 1100 0 11001 1011001 111001 101011 1010000 11000

Color Harmonies of #6E530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E530C

Black with #6E530C

Text Example


Text Example

White with #6E530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,12); }

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

background-color css

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

 a { background-color: rgb(110,83,12); }

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

border-color css

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

 span { border-color: rgb(110,83,12); }

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