Html Css Color HEX #6C3A04 Raw Umber

📋 copy color: '#6C3A04'

red 108 ◦ green 58 ◦ blue 4

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

Shades of Raw Umber #6C3A04

Tints of Raw Umber #6C3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.12%

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

R = 63.53%
G = 34.12%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6C3A04 (or 0x6C3A04) is known color: Raw Umber. HEX triplet: 6C, 3A and 04. RGB value is (108,58,4). Sum of RGB (Red+Green+Blue) = 108+58+4=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3A04 is #93C5FB. Grayscale: #434343. Windows color (decimal): -9684476 or 277100. OLE color: 277100.

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

Color convert

RGB 108 58 4 -
CMYK 0 0.46 0.96 0.58
HSL 31.15º 0.93% 0.22% -
HSV(B) 31.15º 0.96% 0.42% -
XYZ 7.72 6.22 0.91 -
YUV 66.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 108 58 4 0 0.46 0.96 0.58 31.15 0.93 0.22
Hex 6C 3A 4 0 2E 60 3A 1F 5D 16
Octal 154 72 4 0 56 140 72 37 135 26
Binary 1101100 111010 100 0 101110 1100000 111010 11111 1011101 10110

Color Harmonies of #6C3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3A04

Black with #6C3A04

Text Example


Text Example

White with #6C3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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