#61440D

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

Shades of Raw Umber #61440D

Tints of Raw Umber #61440D

Color information

#61440D (or 0x61440D) is unknown color: approx Raw Umber. HEX triplet: 61, 44 and 0D. RGB value is (97,68,13). Sum of RGB (Red+Green+Blue) = 97+68+13=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61440D is #9EBBF2. Grayscale: #464646. Windows color (decimal): -10402803 or 869473. OLE color: 869473.

HSL color Cylindrical-coordinate representation of color #61440D: hue angle of 39.29º 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 #61440D is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB976813-
CMYK00.300.870.62
HSL39.29º76.36%21.57%-
HSV(B)39.29º86.6%38.04%-
XYZ7.076.71.3-
YUV70.495.61146.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 13 (5.47% from 255) = 7.30%
R=54.49%
G=38.20%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97681300.300.870.6239.2976.3621.57
Hex6144D01E573E274c16
Octal14110415036127764711426
Binary1100001100010011010111101010111111110100111100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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