#614300

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

Shades of Raw Umber #614300

Tints of Raw Umber #614300

Color information

#614300 (or 0x614300) is unknown color: approx Raw Umber. HEX triplet: 61, 43 and 00. RGB value is (97,67,0). Sum of RGB (Red+Green+Blue) = 97+67+0=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #614300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614300 is #9EBCFF. Grayscale: #444444. Windows color (decimal): -10403072 or 17249. OLE color: 17249.

HSL color Cylindrical-coordinate representation of color #614300: hue angle of 41.44º 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 #614300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97670-
CMYK00.3110.62
HSL41.44º100%19.02%-
HSV(B)41.44º100%38.04%-
XYZ6.946.560.9-
YUV68.3389.44148.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.15%
G=40.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9767000.3110.6241.4410019.02
Hex6143001F643E296413
Octal1411030037144765114423
Binary1100001100001100111111100100111110101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614300; }

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

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

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

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

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

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

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

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