Html Css Color HEX #6D520D Raw Umber

📋 copy color: '#6D520D'

red 109 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #6D520D

Tints of Raw Umber #6D520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 53.43%
G = 40.2%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D520D (or 0x6D520D) is known color: Raw Umber. HEX triplet: 6D, 52 and 0D. RGB value is (109,82,13). Sum of RGB (Red+Green+Blue) = 109+82+13=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D520D is #92ADF2. Grayscale: #525252. Windows color (decimal): -9612787 or 873069. OLE color: 873069.

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

Color convert

RGB 109 82 13 -
CMYK 0 0.25 0.88 0.57
HSL 43.13º 0.79% 0.24% -
HSV(B) 43.13º 0.88% 0.43% -
XYZ 9.4 9.31 1.68 -
YUV 82.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 109 82 13 0 0.25 0.88 0.57 43.13 0.79 0.24
Hex 6D 52 D 0 19 58 39 2B 4F 18
Octal 155 122 15 0 31 130 71 53 117 30
Binary 1101101 1010010 1101 0 11001 1011000 111001 101011 1001111 11000

Color Harmonies of #6D520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D520D

Black with #6D520D

Text Example


Text Example

White with #6D520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,13); }

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

background-color css

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

 a { background-color: rgb(109,82,13); }

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

border-color css

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

 span { border-color: rgb(109,82,13); }

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