#61480D

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

Shades of Raw Umber #61480D

Tints of Raw Umber #61480D

Color information

#61480D (or 0x61480D) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 0D. RGB value is (97,72,13). Sum of RGB (Red+Green+Blue) = 97+72+13=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61480D is #9EB7F2. Grayscale: #494949. Windows color (decimal): -10401779 or 870497. OLE color: 870497.

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

Color convert

RGB977213-
CMYK00.260.870.62
HSL42.14º76.36%21.57%-
HSV(B)42.14º86.6%38.04%-
XYZ7.327.211.39-
YUV72.7594.28145.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=53.30%
G=39.56%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97721300.260.870.6242.1476.3621.57
Hex6148D01A573E2a4c16
Octal14111015032127765211426
Binary1100001100100011010110101010111111110101010100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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