#67332C

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

Shades of Kenyan Copper #67332C

Tints of Kenyan Copper #67332C

Color information

#67332C (or 0x67332C) is unknown color: approx Kenyan Copper. HEX triplet: 67, 33 and 2C. RGB value is (103,51,44). Sum of RGB (Red+Green+Blue) = 103+51+44=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67332C is #98CCD3. Grayscale: #414141. Windows color (decimal): -10013908 or 2896743. OLE color: 2896743.

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

Color convert

RGB1035144-
CMYK00.500.570.60
HSL7.12º40.14%28.82%-
HSV(B)7.12º57.28%40.39%-
XYZ7.235.433.05-
YUV65.75115.73154.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.02%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=52.02%
G=25.76%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103514400.500.570.607.1240.1428.82
Hex67332C032393C7281d
Octal1476354062717475035
Binary1100111110011101100011001011100111110011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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