#614C06

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

Shades of Raw Umber #614C06

Tints of Raw Umber #614C06

Color information

#614C06 (or 0x614C06) is unknown color: approx Raw Umber. HEX triplet: 61, 4C and 06. RGB value is (97,76,6). Sum of RGB (Red+Green+Blue) = 97+76+6=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #614C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C06 is #9EB3F9. Grayscale: #4A4A4A. Windows color (decimal): -10400762 or 412769. OLE color: 412769.

HSL color Cylindrical-coordinate representation of color #614C06: hue angle of 46.15º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #614C06 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97766-
CMYK00.220.940.62
HSL46.15º88.35%20.2%-
HSV(B)46.15º93.81%38.04%-
XYZ7.557.721.27-
YUV74.389.46144.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=54.19%
G=42.46%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9776600.220.940.6246.1588.3520.2
Hex614C60165E3E2e5814
Octal1411146026136765613024
Binary110000110011001100101101011110111110101110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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