Html Css Color HEX #6D470D Raw Umber

📋 copy color: '#6D470D'

red 109 ◦ green 71 ◦ blue 13

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

Shades of Raw Umber #6D470D

Tints of Raw Umber #6D470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

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

R = 56.48%
G = 36.79%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D470D (or 0x6D470D) is known color: Raw Umber. HEX triplet: 6D, 47 and 0D. RGB value is (109,71,13). Sum of RGB (Red+Green+Blue) = 109+71+13=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D470D is #92B8F2. Grayscale: #4C4C4C. Windows color (decimal): -9615603 or 870253. OLE color: 870253.

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

Color convert

RGB 109 71 13 -
CMYK 0 0.35 0.88 0.57
HSL 36.25º 0.79% 0.24% -
HSV(B) 36.25º 0.88% 0.43% -
XYZ 8.63 7.79 1.43 -
YUV 75.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 109 71 13 0 0.35 0.88 0.57 36.25 0.79 0.24
Hex 6D 47 D 0 23 58 39 24 4F 18
Octal 155 107 15 0 43 130 71 44 117 30
Binary 1101101 1000111 1101 0 100011 1011000 111001 100100 1001111 11000

Color Harmonies of #6D470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D470D

Black with #6D470D

Text Example


Text Example

White with #6D470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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