Html Css Color HEX #6C5614 Raw Umber

📋 copy color: '#6C5614'

red 108 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #6C5614

Tints of Raw Umber #6C5614

RGB

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

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

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

R = 50.47%
G = 40.19%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C5614 (or 0x6C5614) is known color: Raw Umber. HEX triplet: 6C, 56 and 14. RGB value is (108,86,20). Sum of RGB (Red+Green+Blue) = 108+86+20=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5614 is #93A9EB. Grayscale: #555555. Windows color (decimal): -9677292 or 1332844. OLE color: 1332844.

HSL color Cylindrical-coordinate representation of color #6C5614: hue angle of 45º 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 #6C5614 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 86 20 -
CMYK 0 0.20 0.81 0.58
HSL 45º 0.69% 0.25% -
HSV(B) 45º 0.81% 0.42% -
XYZ 9.64 9.89 2.06 -
YUV 85.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 108 86 20 0 0.20 0.81 0.58 45 0.69 0.25
Hex 6C 56 14 0 14 51 3A 2D 45 19
Octal 154 126 24 0 24 121 72 55 105 31
Binary 1101100 1010110 10100 0 10100 1010001 111010 101101 1000101 11001

Color Harmonies of #6C5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5614

Black with #6C5614

Text Example


Text Example

White with #6C5614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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