#663630

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

Shades of Kenyan Copper #663630

Tints of Kenyan Copper #663630

Color information

#663630 (or 0x663630) is unknown color: approx Kenyan Copper. HEX triplet: 66, 36 and 30. RGB value is (102,54,48). Sum of RGB (Red+Green+Blue) = 102+54+48=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #663630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663630 is #99C9CF. Grayscale: #434343. Windows color (decimal): -10078672 or 3159654. OLE color: 3159654.

HSL color Cylindrical-coordinate representation of color #663630: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663630 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1025448-
CMYK00.470.530.6
HSL6.67º36%29.41%-
HSV(B)6.67º52.94%40%-
XYZ7.335.683.51-
YUV67.67116.9152.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=50%
G=26.47%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102544800.470.530.66.673629.41
Hex66363002F353C7241d
Octal1466660057657474435
Binary1100110110110110000010111111010111110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663630; }

 p { color: rgb(102,54,48); }

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

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

 a { background-color: rgb(102,54,48); }

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

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

 span { border-color: rgb(102,54,48); }

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