#462D06

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

Shades of Clinker #462D06

Tints of Clinker #462D06

Color information

#462D06 (or 0x462D06) is unknown color: approx Clinker. HEX triplet: 46, 2D and 06. RGB value is (70,45,6). Sum of RGB (Red+Green+Blue) = 70+45+6=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D06 is #B9D2F9. Grayscale: #303030. Windows color (decimal): -12178170 or 404806. OLE color: 404806.

HSL color Cylindrical-coordinate representation of color #462D06: hue angle of 36.56º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #462D06 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB70456-
CMYK00.360.910.73
HSL36.56º84.21%14.9%-
HSV(B)36.56º91.43%27.45%-
XYZ3.53.190.6-
YUV48.03104.28143.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=57.85%
G=37.19%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045600.360.910.7336.5684.2114.9
Hex462D60245B492554f
Octal1065560441331114512417
Binary100011010110111001001001011011100100110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D06; }

 p { color: rgb(70,45,6); }

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

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

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

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

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

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

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