#61410C

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

Shades of Raw Umber #61410C

Tints of Raw Umber #61410C

Color information

#61410C (or 0x61410C) is unknown color: approx Raw Umber. HEX triplet: 61, 41 and 0C. RGB value is (97,65,12). Sum of RGB (Red+Green+Blue) = 97+65+12=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61410C is #9EBEF3. Grayscale: #444444. Windows color (decimal): -10403572 or 803169. OLE color: 803169.

HSL color Cylindrical-coordinate representation of color #61410C: hue angle of 37.41º 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 #61410C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB976512-
CMYK00.330.880.62
HSL37.41º77.98%21.37%-
HSV(B)37.41º87.63%38.04%-
XYZ6.896.351.21-
YUV68.5396.1148.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=55.75%
G=37.36%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97651200.330.880.6237.4177.9821.37
Hex6141C021583E254e15
Octal14110114041130764511625
Binary11000011000001110001000011011000111110100101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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