Html Css Color HEX #6E5202 Raw Umber

📋 copy color: '#6E5202'

red 110 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #6E5202

Tints of Raw Umber #6E5202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 56.7%
G = 42.27%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.57

RGB Variations

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

Color information

#6E5202 (or 0x6E5202) is known color: Raw Umber. HEX triplet: 6E, 52 and 02. RGB value is (110,82,2). Sum of RGB (Red+Green+Blue) = 110+82+2=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5202 is #91ADFD. Grayscale: #515151. Windows color (decimal): -9547262 or 152174. OLE color: 152174.

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

Color convert

RGB 110 82 2 -
CMYK 0 0.25 0.98 0.57
HSL 44.44º 0.96% 0.22% -
HSV(B) 44.44º 0.98% 0.43% -
XYZ 9.46 9.35 1.36 -
YUV 81.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 110 82 2 0 0.25 0.98 0.57 44.44 0.96 0.22
Hex 6E 52 2 0 19 62 39 2C 60 16
Octal 156 122 2 0 31 142 71 54 140 26
Binary 1101110 1010010 10 0 11001 1100010 111001 101100 1100000 10110

Color Harmonies of #6E5202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5202

Black with #6E5202

Text Example


Text Example

White with #6E5202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,82,2); }

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

background-color css

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

 a { background-color: rgb(110,82,2); }

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

border-color css

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

 span { border-color: rgb(110,82,2); }

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