#61400C

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

Shades of Raw Umber #61400C

Tints of Raw Umber #61400C

Color information

#61400C (or 0x61400C) is unknown color: approx Raw Umber. HEX triplet: 61, 40 and 0C. RGB value is (97,64,12). Sum of RGB (Red+Green+Blue) = 97+64+12=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400C is #9EBFF3. Grayscale: #444444. Windows color (decimal): -10403828 or 802913. OLE color: 802913.

HSL color Cylindrical-coordinate representation of color #61400C: hue angle of 36.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61400C is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB976412-
CMYK00.340.880.62
HSL36.71º77.98%21.37%-
HSV(B)36.71º87.63%38.04%-
XYZ6.836.231.19-
YUV67.9496.43148.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=56.07%
G=36.99%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97641200.340.880.6236.7177.9821.37
Hex6140C022583E254e15
Octal14110014042130764511625
Binary11000011000000110001000101011000111110100101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61400C; }

 p { color: rgb(97,64,12); }

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

<style>
 a { background-color: #61400C; }

 a { background-color: rgb(97,64,12); }

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

<style>
 span { border-color: #61400C; }

 span { border-color: rgb(97,64,12); }

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