Html Css Color HEX #6D4B13 Raw Umber

📋 copy color: '#6D4B13'

red 109 ◦ green 75 ◦ blue 19

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

Shades of Raw Umber #6D4B13

Tints of Raw Umber #6D4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.95%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 53.69%
G = 36.95%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D4B13 (or 0x6D4B13) is known color: Raw Umber. HEX triplet: 6D, 4B and 13. RGB value is (109,75,19). Sum of RGB (Red+Green+Blue) = 109+75+19=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4B13 is #92B4EC. Grayscale: #4F4F4F. Windows color (decimal): -9614573 or 1264493. OLE color: 1264493.

HSL color Cylindrical-coordinate representation of color #6D4B13: hue angle of 37.33º degrees, saturation: 0.7, 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 #6D4B13 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 75 19 -
CMYK 0 0.31 0.83 0.57
HSL 37.33º 0.7% 0.25% -
HSV(B) 37.33º 0.83% 0.43% -
XYZ 8.94 8.33 1.75 -
YUV 78.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 109 75 19 0 0.31 0.83 0.57 37.33 0.7 0.25
Hex 6D 4B 13 0 1F 53 39 25 46 19
Octal 155 113 23 0 37 123 71 45 106 31
Binary 1101101 1001011 10011 0 11111 1010011 111001 100101 1000110 11001

Color Harmonies of #6D4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B13

Black with #6D4B13

Text Example


Text Example

White with #6D4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,19); }

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

background-color css

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

 a { background-color: rgb(109,75,19); }

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

border-color css

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

 span { border-color: rgb(109,75,19); }

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