Html Css Color HEX #6D460C Raw Umber

📋 copy color: '#6D460C'

red 109 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #6D460C

Tints of Raw Umber #6D460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 57.07%
G = 36.65%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D460C (or 0x6D460C) is known color: Raw Umber. HEX triplet: 6D, 46 and 0C. RGB value is (109,70,12). Sum of RGB (Red+Green+Blue) = 109+70+12=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D460C is #92B9F3. Grayscale: #4B4B4B. Windows color (decimal): -9615860 or 804461. OLE color: 804461.

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

Color convert

RGB 109 70 12 -
CMYK 0 0.36 0.89 0.57
HSL 35.88º 0.8% 0.24% -
HSV(B) 35.88º 0.89% 0.43% -
XYZ 8.56 7.66 1.37 -
YUV 75.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 109 70 12 0 0.36 0.89 0.57 35.88 0.8 0.24
Hex 6D 46 C 0 24 59 39 24 50 18
Octal 155 106 14 0 44 131 71 44 120 30
Binary 1101101 1000110 1100 0 100100 1011001 111001 100100 1010000 11000

Color Harmonies of #6D460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D460C

Black with #6D460C

Text Example


Text Example

White with #6D460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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