Html Css Color HEX #6D550D Raw Umber

📋 copy color: '#6D550D'

red 109 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #6D550D

Tints of Raw Umber #6D550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

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

R = 52.66%
G = 41.06%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D550D (or 0x6D550D) is known color: Raw Umber. HEX triplet: 6D, 55 and 0D. RGB value is (109,85,13). Sum of RGB (Red+Green+Blue) = 109+85+13=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D550D is #92AAF2. Grayscale: #545454. Windows color (decimal): -9612019 or 873837. OLE color: 873837.

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

Color convert

RGB 109 85 13 -
CMYK 0 0.22 0.88 0.57
HSL 45º 0.79% 0.24% -
HSV(B) 45º 0.88% 0.43% -
XYZ 9.63 9.78 1.76 -
YUV 83.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 109 85 13 0 0.22 0.88 0.57 45 0.79 0.24
Hex 6D 55 D 0 16 58 39 2D 4F 18
Octal 155 125 15 0 26 130 71 55 117 30
Binary 1101101 1010101 1101 0 10110 1011000 111001 101101 1001111 11000

Color Harmonies of #6D550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D550D

Black with #6D550D

Text Example


Text Example

White with #6D550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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