#614C00

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

Shades of Raw Umber #614C00

Tints of Raw Umber #614C00

Color information

#614C00 (or 0x614C00) is unknown color: approx Raw Umber. HEX triplet: 61, 4C and 00. RGB value is (97,76,0). Sum of RGB (Red+Green+Blue) = 97+76+0=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #614C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C00 is #9EB3FF. Grayscale: #494949. Windows color (decimal): -10400768 or 19553. OLE color: 19553.

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

Color convert

RGB97760-
CMYK00.2210.62
HSL47.01º100%19.02%-
HSV(B)47.01º100%38.04%-
XYZ7.517.711.09-
YUV73.6186.46144.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.07%
G=43.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9776000.2210.6247.0110019.02
Hex614C0016643E2f6413
Octal1411140026144765714423
Binary1100001100110000101101100100111110101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C00; }

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

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

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

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

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

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

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

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