#6C3A02

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

Shades of Raw Umber #6C3A02

Tints of Raw Umber #6C3A02

Color information

#6C3A02 (or 0x6C3A02) is unknown color: approx Raw Umber. HEX triplet: 6C, 3A and 02. RGB value is (108,58,2). Sum of RGB (Red+Green+Blue) = 108+58+2=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3A02 is #93C5FD. Grayscale: #424242. Windows color (decimal): -9684478 or 146028. OLE color: 146028.

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

Color convert

RGB108582-
CMYK00.460.980.58
HSL31.7º96.36%21.57%-
HSV(B)31.7º98.15%42.35%-
XYZ7.716.220.85-
YUV66.5791.56157.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 64.29%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=64.29%
G=34.52%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10858200.460.980.5831.796.3621.57
Hex6C3A202E623A206016
Octal154722056142724014026
Binary11011001110101001011101100010111010100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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