Html Css Color HEX #6C5613 Raw Umber

📋 copy color: '#6C5613'

red 108 ◦ green 86 ◦ blue 19

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

Shades of Raw Umber #6C5613

Tints of Raw Umber #6C5613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

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

R = 50.7%
G = 40.38%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C5613 (or 0x6C5613) is known color: Raw Umber. HEX triplet: 6C, 56 and 13. RGB value is (108,86,19). Sum of RGB (Red+Green+Blue) = 108+86+19=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5613 is #93A9EC. Grayscale: #555555. Windows color (decimal): -9677293 or 1267308. OLE color: 1267308.

HSL color Cylindrical-coordinate representation of color #6C5613: hue angle of 45.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C5613 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 86 19 -
CMYK 0 0.20 0.82 0.58
HSL 45.17º 0.7% 0.25% -
HSV(B) 45.17º 0.82% 0.42% -
XYZ 9.63 9.89 2.02 -
YUV 84.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 108 86 19 0 0.20 0.82 0.58 45.17 0.7 0.25
Hex 6C 56 13 0 14 52 3A 2D 46 19
Octal 154 126 23 0 24 122 72 55 106 31
Binary 1101100 1010110 10011 0 10100 1010010 111010 101101 1000110 11001

Color Harmonies of #6C5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5613

Black with #6C5613

Text Example


Text Example

White with #6C5613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,86,19); }

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

background-color css

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

 a { background-color: rgb(108,86,19); }

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

border-color css

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

 span { border-color: rgb(108,86,19); }

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