Html Css Color HEX #6D450C Raw Umber

📋 copy color: '#6D450C'

red 109 ◦ green 69 ◦ blue 12

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

Shades of Raw Umber #6D450C

Tints of Raw Umber #6D450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 57.37%
G = 36.32%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D450C (or 0x6D450C) is known color: Raw Umber. HEX triplet: 6D, 45 and 0C. RGB value is (109,69,12). Sum of RGB (Red+Green+Blue) = 109+69+12=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D450C is #92BAF3. Grayscale: #4A4A4A. Windows color (decimal): -9616116 or 804205. OLE color: 804205.

HSL color Cylindrical-coordinate representation of color #6D450C: hue angle of 35.26º 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 #6D450C is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 69 12 -
CMYK 0 0.37 0.89 0.57
HSL 35.26º 0.8% 0.24% -
HSV(B) 35.26º 0.89% 0.43% -
XYZ 8.5 7.53 1.35 -
YUV 74.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 109 69 12 0 0.37 0.89 0.57 35.26 0.8 0.24
Hex 6D 45 C 0 25 59 39 23 50 18
Octal 155 105 14 0 45 131 71 43 120 30
Binary 1101101 1000101 1100 0 100101 1011001 111001 100011 1010000 11000

Color Harmonies of #6D450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D450C

Black with #6D450C

Text Example


Text Example

White with #6D450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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