#61420D

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

Shades of Raw Umber #61420D

Tints of Raw Umber #61420D

Color information

#61420D (or 0x61420D) is unknown color: approx Raw Umber. HEX triplet: 61, 42 and 0D. RGB value is (97,66,13). Sum of RGB (Red+Green+Blue) = 97+66+13=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61420D is #9EBDF2. Grayscale: #454545. Windows color (decimal): -10403315 or 868961. OLE color: 868961.

HSL color Cylindrical-coordinate representation of color #61420D: hue angle of 37.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61420D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB976613-
CMYK00.320.870.62
HSL37.86º76.36%21.57%-
HSV(B)37.86º86.6%38.04%-
XYZ6.956.471.26-
YUV69.2396.27147.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=55.11%
G=37.5%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97661300.320.870.6237.8676.3621.57
Hex6142D020573E264c16
Octal14110215040127764611426
Binary11000011000010110101000001010111111110100110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61420D; }

 p { color: rgb(97,66,13); }

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

<style>
 a { background-color: #61420D; }

 a { background-color: rgb(97,66,13); }

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

<style>
 span { border-color: #61420D; }

 span { border-color: rgb(97,66,13); }

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