Html Css Color HEX #6C490B Raw Umber

📋 copy color: '#6C490B'

red 108 ◦ green 73 ◦ blue 11

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

Shades of Raw Umber #6C490B

Tints of Raw Umber #6C490B

RGB

 RED value IS 108 (42.58% from 255) = 56.25%

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 11 (4.69% from 255) = 5.73%

R = 56.25%
G = 38.02%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C490B (or 0x6C490B) is known color: Raw Umber. HEX triplet: 6C, 49 and 0B. RGB value is (108,73,11). Sum of RGB (Red+Green+Blue) = 108+73+11=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C490B is #93B6F4. Grayscale: #4C4C4C. Windows color (decimal): -9680629 or 739692. OLE color: 739692.

HSL color Cylindrical-coordinate representation of color #6C490B: hue angle of 38.35º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C490B is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 11 -
CMYK 0 0.32 0.90 0.58
HSL 38.35º 0.82% 0.23% -
HSV(B) 38.35º 0.9% 0.42% -
XYZ 8.63 7.98 1.4 -
YUV 76.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 108 73 11 0 0.32 0.90 0.58 38.35 0.82 0.23
Hex 6C 49 B 0 20 5A 3A 26 52 17
Octal 154 111 13 0 40 132 72 46 122 27
Binary 1101100 1001001 1011 0 100000 1011010 111010 100110 1010010 10111

Color Harmonies of #6C490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C490B

Black with #6C490B

Text Example


Text Example

White with #6C490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,11); }

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

background-color css

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

 a { background-color: rgb(108,73,11); }

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

border-color css

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

 span { border-color: rgb(108,73,11); }

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