#615201

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

Shades of Raw Umber #615201

Tints of Raw Umber #615201

Color information

#615201 (or 0x615201) is unknown color: approx Raw Umber. HEX triplet: 61, 52 and 01. RGB value is (97,82,1). Sum of RGB (Red+Green+Blue) = 97+82+1=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #615201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615201 is #9EADFE. Grayscale: #4D4D4D. Windows color (decimal): -10399231 or 86625. OLE color: 86625.

HSL color Cylindrical-coordinate representation of color #615201: hue angle of 50.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #615201 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB97821-
CMYK00.150.990.62
HSL50.62º97.96%19.22%-
HSV(B)50.62º98.97%38.04%-
XYZ7.958.581.27-
YUV77.2584.97142.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=53.89%
G=45.56%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9782100.150.990.6250.6297.9619.22
Hex615210F633E336213
Octal1411221017143766314223
Binary110000110100101011111100011111110110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615201; }

 p { color: rgb(97,82,1); }

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

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

 a { background-color: rgb(97,82,1); }

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

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

 span { border-color: rgb(97,82,1); }

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