Html Css Color HEX #6D4612 Raw Umber

📋 copy color: '#6D4612'

red 109 ◦ green 70 ◦ blue 18

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

Shades of Raw Umber #6D4612

Tints of Raw Umber #6D4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 55.33%
G = 35.53%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D4612 (or 0x6D4612) is known color: Raw Umber. HEX triplet: 6D, 46 and 12. RGB value is (109,70,18). Sum of RGB (Red+Green+Blue) = 109+70+18=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4612 is #92B9ED. Grayscale: #4B4B4B. Windows color (decimal): -9615854 or 1197677. OLE color: 1197677.

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

Color convert

RGB 109 70 18 -
CMYK 0 0.36 0.83 0.57
HSL 34.29º 0.72% 0.25% -
HSV(B) 34.29º 0.83% 0.43% -
XYZ 8.61 7.68 1.6 -
YUV 75.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 109 70 18 0 0.36 0.83 0.57 34.29 0.72 0.25
Hex 6D 46 12 0 24 53 39 22 48 19
Octal 155 106 22 0 44 123 71 42 110 31
Binary 1101101 1000110 10010 0 100100 1010011 111001 100010 1001000 11001

Color Harmonies of #6D4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4612

Black with #6D4612

Text Example


Text Example

White with #6D4612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,18); }

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

background-color css

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

 a { background-color: rgb(109,70,18); }

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

border-color css

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

 span { border-color: rgb(109,70,18); }

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