Html Css Color HEX #6C4916 Raw Umber

📋 copy color: '#6C4916'

red 108 ◦ green 73 ◦ blue 22

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

Shades of Raw Umber #6C4916

Tints of Raw Umber #6C4916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 53.2%
G = 35.96%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6C4916 (or 0x6C4916) is known color: Raw Umber. HEX triplet: 6C, 49 and 16. RGB value is (108,73,22). Sum of RGB (Red+Green+Blue) = 108+73+22=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4916 is #93B6E9. Grayscale: #4D4D4D. Windows color (decimal): -9680618 or 1460588. OLE color: 1460588.

HSL color Cylindrical-coordinate representation of color #6C4916: hue angle of 35.58º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C4916 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 22 -
CMYK 0 0.32 0.80 0.58
HSL 35.58º 0.66% 0.25% -
HSV(B) 35.58º 0.8% 0.42% -
XYZ 8.71 8.01 1.85 -
YUV 77.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 108 73 22 0 0.32 0.80 0.58 35.58 0.66 0.25
Hex 6C 49 16 0 20 50 3A 24 42 19
Octal 154 111 26 0 40 120 72 44 102 31
Binary 1101100 1001001 10110 0 100000 1010000 111010 100100 1000010 11001

Color Harmonies of #6C4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4916

Black with #6C4916

Text Example


Text Example

White with #6C4916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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