#464626

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

Shades of Waiouru #464626

Tints of Waiouru #464626

Color information

#464626 (or 0x464626) is unknown color: approx Waiouru. HEX triplet: 46, 46 and 26. RGB value is (70,70,38). Sum of RGB (Red+Green+Blue) = 70+70+38=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464626 is #B9B9D9. Grayscale: #424242. Windows color (decimal): -12171738 or 2508358. OLE color: 2508358.

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

Color convert

RGB707038-
CMYK000.460.73
HSL60º29.63%21.18%-
HSV(B)60º45.71%27.45%-
XYZ5.075.822.69-
YUV66.35112130.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=39.33%
G=39.33%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707038000.460.736029.6321.18
Hex464626002E493c1e15
Octal106106460056111743625
Binary100011010001101001100010111010010011111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464626; }

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

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

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

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

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

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

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

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