#613D02

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

Shades of Raw Umber #613D02

Tints of Raw Umber #613D02

Color information

#613D02 (or 0x613D02) is unknown color: approx Raw Umber. HEX triplet: 61, 3D and 02. RGB value is (97,61,2). Sum of RGB (Red+Green+Blue) = 97+61+2=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D02 is #9EC2FD. Grayscale: #414141. Windows color (decimal): -10404606 or 146785. OLE color: 146785.

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

Color convert

RGB97612-
CMYK00.370.980.62
HSL37.26º95.96%19.41%-
HSV(B)37.26º97.94%38.04%-
XYZ6.615.880.84-
YUV65.0492.43150.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 61 (24.22% from 255) = 38.12%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=60.62%
G=38.12%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9761200.370.980.6237.2695.9619.41
Hex613D2025623E256013
Octal141752045142764514023
Binary11000011111011001001011100010111110100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,61,2); }

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

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

 a { background-color: rgb(97,61,2); }

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

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

 span { border-color: rgb(97,61,2); }

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