#67322E

Color #67322E Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #67322E

Tints of Kenyan Copper #67322E

Color information

#67322E (or 0x67322E) is unknown color: approx Kenyan Copper. HEX triplet: 67, 32 and 2E. RGB value is (103,50,46). Sum of RGB (Red+Green+Blue) = 103+50+46=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67322E is #98CDD1. Grayscale: #414141. Windows color (decimal): -10014162 or 3027559. OLE color: 3027559.

HSL color Cylindrical-coordinate representation of color #67322E: hue angle of 4.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67322E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1035046-
CMYK00.510.550.60
HSL4.21º38.26%29.22%-
HSV(B)4.21º55.34%40.39%-
XYZ7.235.363.24-
YUV65.39117.06154.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=51.76%
G=25.13%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103504600.510.550.604.2138.2629.22
Hex67322E033373C4261d
Octal1476256063677444635
Binary1100111110010101110011001111011111110010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67322E; }

 p { color: rgb(103,50,46); }

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

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

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

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

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

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

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