#6C4C01

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

Shades of Raw Umber #6C4C01

Tints of Raw Umber #6C4C01

Color information

#6C4C01 (or 0x6C4C01) is unknown color: approx Raw Umber. HEX triplet: 6C, 4C and 01. RGB value is (108,76,1). Sum of RGB (Red+Green+Blue) = 108+76+1=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4C01 is #93B3FE. Grayscale: #4D4D4D. Windows color (decimal): -9679871 or 85100. OLE color: 85100.

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

Color convert

RGB108761-
CMYK00.300.990.58
HSL42.06º98.17%21.37%-
HSV(B)42.06º99.07%42.35%-
XYZ8.778.361.18-
YUV77.0285.1150.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.38%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=58.38%
G=41.08%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10876100.300.990.5842.0698.1721.37
Hex6C4C101E633A2a6215
Octal1541141036143725214225
Binary1101100100110010111101100011111010101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,76,1); }

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

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

 a { background-color: rgb(108,76,1); }

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

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

 span { border-color: rgb(108,76,1); }

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