Html Css Color HEX #6C3C04 Raw Umber

📋 copy color: '#6C3C04'

red 108 ◦ green 60 ◦ blue 4

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

Shades of Raw Umber #6C3C04

Tints of Raw Umber #6C3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 62.79%
G = 34.88%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6C3C04 (or 0x6C3C04) is known color: Raw Umber. HEX triplet: 6C, 3C and 04. RGB value is (108,60,4). Sum of RGB (Red+Green+Blue) = 108+60+4=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3C04 is #93C3FB. Grayscale: #444444. Windows color (decimal): -9683964 or 277612. OLE color: 277612.

HSL color Cylindrical-coordinate representation of color #6C3C04: hue angle of 32.31º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C3C04 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 60 4 -
CMYK 0 0.44 0.96 0.58
HSL 32.31º 0.93% 0.22% -
HSV(B) 32.31º 0.96% 0.42% -
XYZ 7.82 6.43 0.94 -
YUV 67.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 108 60 4 0 0.44 0.96 0.58 32.31 0.93 0.22
Hex 6C 3C 4 0 2C 60 3A 20 5D 16
Octal 154 74 4 0 54 140 72 40 135 26
Binary 1101100 111100 100 0 101100 1100000 111010 100000 1011101 10110

Color Harmonies of #6C3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C04

Black with #6C3C04

Text Example


Text Example

White with #6C3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,4); }

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

background-color css

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

 a { background-color: rgb(108,60,4); }

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

border-color css

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

 span { border-color: rgb(108,60,4); }

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