#464624

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

Shades of Waiouru #464624

Tints of Waiouru #464624

Color information

#464624 (or 0x464624) is unknown color: approx Waiouru. HEX triplet: 46, 46 and 24. RGB value is (70,70,36). Sum of RGB (Red+Green+Blue) = 70+70+36=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464624 is #B9B9DB. Grayscale: #424242. Windows color (decimal): -12171740 or 2377286. OLE color: 2377286.

HSL color Cylindrical-coordinate representation of color #464624: hue angle of 60º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464624 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB707036-
CMYK000.490.73
HSL60º32.08%20.78%-
HSV(B)60º48.57%27.45%-
XYZ5.035.812.53-
YUV66.12111130.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=39.77%
G=39.77%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707036000.490.736032.0820.78
Hex4646240031493c2015
Octal106106440061111744025
Binary1000110100011010010000110001100100111110010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464624; }

 p { color: rgb(70,70,36); }

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

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

 a { background-color: rgb(70,70,36); }

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

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

 span { border-color: rgb(70,70,36); }

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