#67332B

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

Shades of Kenyan Copper #67332B

Tints of Kenyan Copper #67332B

Color information

#67332B (or 0x67332B) is unknown color: approx Kenyan Copper. HEX triplet: 67, 33 and 2B. RGB value is (103,51,43). Sum of RGB (Red+Green+Blue) = 103+51+43=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332B is #98CCD4. Grayscale: #414141. Windows color (decimal): -10013909 or 2831207. OLE color: 2831207.

HSL color Cylindrical-coordinate representation of color #67332B: hue angle of 8º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67332B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1035143-
CMYK00.500.580.60
HSL41.1%28.63%-
HSV(B)58.25%40.39%-
XYZ7.215.432.95-
YUV65.64115.23154.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.28%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=52.28%
G=25.89%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103514300.500.580.60841.128.63
Hex67332B0323A3C8291d
Octal14763530627274105135
Binary11001111100111010110110010111010111100100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67332B; }

 p { color: rgb(103,51,43); }

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

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

 a { background-color: rgb(103,51,43); }

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

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

 span { border-color: rgb(103,51,43); }

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