#61480F

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

Shades of Raw Umber #61480F

Tints of Raw Umber #61480F

Color information

#61480F (or 0x61480F) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 0F. RGB value is (97,72,15). Sum of RGB (Red+Green+Blue) = 97+72+15=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61480F is #9EB7F0. Grayscale: #494949. Windows color (decimal): -10401777 or 1001569. OLE color: 1001569.

HSL color Cylindrical-coordinate representation of color #61480F: hue angle of 41.71º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61480F is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB977215-
CMYK00.260.850.62
HSL41.71º73.21%21.96%-
HSV(B)41.71º84.54%38.04%-
XYZ7.337.211.46-
YUV72.9895.28145.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=52.72%
G=39.13%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97721500.260.850.6241.7173.2121.96
Hex6148F01A553E2a4916
Octal14111017032125765211126
Binary1100001100100011110110101010101111110101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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