#464632

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

Shades of Waiouru #464632

Tints of Waiouru #464632

Color information

#464632 (or 0x464632) is unknown color: approx Waiouru. HEX triplet: 46, 46 and 32. RGB value is (70,70,50). Sum of RGB (Red+Green+Blue) = 70+70+50=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464632 is #B9B9CD. Grayscale: #434343. Windows color (decimal): -12171726 or 3294790. OLE color: 3294790.

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

Color convert

RGB707050-
CMYK000.290.73
HSL60º16.67%23.53%-
HSV(B)60º28.57%27.45%-
XYZ5.295.913.88-
YUV67.72118129.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=36.84%
G=36.84%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707050000.290.736016.6723.53
Hex464632001D493c1118
Octal106106620035111742130
Binary10001101000110110010001110110010011111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464632; }

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

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

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

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

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

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

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

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