Html Css Color HEX #6D420B Raw Umber

📋 copy color: '#6D420B'

red 109 ◦ green 66 ◦ blue 11

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

Shades of Raw Umber #6D420B

Tints of Raw Umber #6D420B

RGB

 RED value IS 109 (42.97% from 255) = 58.6%

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 58.6%
G = 35.48%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D420B (or 0x6D420B) is known color: Raw Umber. HEX triplet: 6D, 42 and 0B. RGB value is (109,66,11). Sum of RGB (Red+Green+Blue) = 109+66+11=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D420B is #92BDF4. Grayscale: #484848. Windows color (decimal): -9616885 or 737901. OLE color: 737901.

HSL color Cylindrical-coordinate representation of color #6D420B: hue angle of 33.67º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D420B is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 66 11 -
CMYK 0 0.39 0.90 0.57
HSL 33.67º 0.82% 0.24% -
HSV(B) 33.67º 0.9% 0.43% -
XYZ 8.32 7.17 1.26 -
YUV 72.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 109 66 11 0 0.39 0.90 0.57 33.67 0.82 0.24
Hex 6D 42 B 0 27 5A 39 22 52 18
Octal 155 102 13 0 47 132 71 42 122 30
Binary 1101101 1000010 1011 0 100111 1011010 111001 100010 1010010 11000

Color Harmonies of #6D420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D420B

Black with #6D420B

Text Example


Text Example

White with #6D420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,11); }

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

background-color css

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

 a { background-color: rgb(109,66,11); }

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

border-color css

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

 span { border-color: rgb(109,66,11); }

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