Html Css Color HEX #6E530A Raw Umber

📋 copy color: '#6E530A'

red 110 ◦ green 83 ◦ blue 10

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

Shades of Raw Umber #6E530A

Tints of Raw Umber #6E530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 54.19%
G = 40.89%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6E530A (or 0x6E530A) is known color: Raw Umber. HEX triplet: 6E, 53 and 0A. RGB value is (110,83,10). Sum of RGB (Red+Green+Blue) = 110+83+10=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E530A is #91ACF5. Grayscale: #535353. Windows color (decimal): -9546998 or 676718. OLE color: 676718.

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

Color convert

RGB 110 83 10 -
CMYK 0 0.25 0.91 0.57
HSL 43.8º 0.83% 0.24% -
HSV(B) 43.8º 0.91% 0.43% -
XYZ 9.58 9.52 1.62 -
YUV 82.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 110 83 10 0 0.25 0.91 0.57 43.8 0.83 0.24
Hex 6E 53 A 0 19 5B 39 2C 53 18
Octal 156 123 12 0 31 133 71 54 123 30
Binary 1101110 1010011 1010 0 11001 1011011 111001 101100 1010011 11000

Color Harmonies of #6E530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E530A

Black with #6E530A

Text Example


Text Example

White with #6E530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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