#6C3D0A

Color #6C3D0A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6C3D0A

Tints of Raw Umber #6C3D0A

Color information

#6C3D0A (or 0x6C3D0A) is unknown color: approx Raw Umber. HEX triplet: 6C, 3D and 0A. RGB value is (108,61,10). Sum of RGB (Red+Green+Blue) = 108+61+10=179 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.34% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3D0A is #93C2F5. Grayscale: #454545. Windows color (decimal): -9683702 or 671084. OLE color: 671084.

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

Color convert

RGB1086110-
CMYK00.440.910.58
HSL31.22º83.05%23.14%-
HSV(B)31.22º90.74%42.35%-
XYZ7.916.551.13-
YUV69.2494.57155.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 60.34%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=60.34%
G=34.08%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108611000.440.910.5831.2283.0523.14
Hex6C3DA02C5B3A1f5317
Octal1547512054133723712327
Binary110110011110110100101100101101111101011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,61,10); }

 H1.HeaderClassName
 {
   color: #6C3D0A;
 }
 .AnyTagClassName
 {
   color: #6C3D0A;
 }
</style>
background-color css

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

 a { background-color: rgb(108,61,10); }

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

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

 span { border-color: rgb(108,61,10); }

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