Html Css Color HEX #6C5514 Raw Umber

📋 copy color: '#6C5514'

red 108 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #6C5514

Tints of Raw Umber #6C5514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 50.7%
G = 39.91%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C5514 (or 0x6C5514) is known color: Raw Umber. HEX triplet: 6C, 55 and 14. RGB value is (108,85,20). Sum of RGB (Red+Green+Blue) = 108+85+20=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5514 is #93AAEB. Grayscale: #545454. Windows color (decimal): -9677548 or 1332588. OLE color: 1332588.

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

Color convert

RGB 108 85 20 -
CMYK 0 0.21 0.81 0.58
HSL 44.32º 0.69% 0.25% -
HSV(B) 44.32º 0.81% 0.42% -
XYZ 9.56 9.74 2.04 -
YUV 84.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 108 85 20 0 0.21 0.81 0.58 44.32 0.69 0.25
Hex 6C 55 14 0 15 51 3A 2C 45 19
Octal 154 125 24 0 25 121 72 54 105 31
Binary 1101100 1010101 10100 0 10101 1010001 111010 101100 1000101 11001

Color Harmonies of #6C5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5514

Black with #6C5514

Text Example


Text Example

White with #6C5514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,20); }

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

background-color css

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

 a { background-color: rgb(108,85,20); }

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

border-color css

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

 span { border-color: rgb(108,85,20); }

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