#613B01

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

Shades of Raw Umber #613B01

Tints of Raw Umber #613B01

Color information

#613B01 (or 0x613B01) is unknown color: approx Raw Umber. HEX triplet: 61, 3B and 01. RGB value is (97,59,1). Sum of RGB (Red+Green+Blue) = 97+59+1=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #613B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B01 is #9EC4FE. Grayscale: #404040. Windows color (decimal): -10405119 or 80737. OLE color: 80737.

HSL color Cylindrical-coordinate representation of color #613B01: hue angle of 36.25º 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 #613B01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB97591-
CMYK00.390.990.62
HSL36.25º97.96%19.22%-
HSV(B)36.25º98.97%38.04%-
XYZ6.55.670.78-
YUV63.7592.59151.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=61.78%
G=37.58%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9759100.390.990.6236.2597.9619.22
Hex613B1027633E246213
Octal141731047143764414223
Binary1100001111011101001111100011111110100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B01; }

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

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

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

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

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

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

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

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