#613F00

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

Shades of Raw Umber #613F00

Tints of Raw Umber #613F00

Color information

#613F00 (or 0x613F00) is unknown color: approx Raw Umber. HEX triplet: 61, 3F and 00. RGB value is (97,63,0). Sum of RGB (Red+Green+Blue) = 97+63+0=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F00 is #9EC0FF. Grayscale: #424242. Windows color (decimal): -10404096 or 16225. OLE color: 16225.

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

Color convert

RGB97630-
CMYK00.3510.62
HSL38.97º100%19.02%-
HSV(B)38.97º100%38.04%-
XYZ6.716.10.82-
YUV65.9890.76150.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.62%
G=39.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9763000.3510.6238.9710019.02
Hex613F0023643E276413
Octal141770043144764714423
Binary1100001111111001000111100100111110100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,63,0); }

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

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

 a { background-color: rgb(97,63,0); }

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

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

 span { border-color: rgb(97,63,0); }

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