#61420F

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

Shades of Raw Umber #61420F

Tints of Raw Umber #61420F

Color information

#61420F (or 0x61420F) is unknown color: approx Raw Umber. HEX triplet: 61, 42 and 0F. RGB value is (97,66,15). Sum of RGB (Red+Green+Blue) = 97+66+15=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61420F is #9EBDF0. Grayscale: #454545. Windows color (decimal): -10403313 or 1000033. OLE color: 1000033.

HSL color Cylindrical-coordinate representation of color #61420F: hue angle of 37.32º 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 #61420F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB976615-
CMYK00.320.850.62
HSL37.32º73.21%21.96%-
HSV(B)37.32º84.54%38.04%-
XYZ6.966.471.33-
YUV69.4697.27147.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=54.49%
G=37.08%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97661500.320.850.6237.3273.2121.96
Hex6142F020553E254916
Octal14110217040125764511126
Binary11000011000010111101000001010101111110100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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