#673630

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

Shades of Kenyan Copper #673630

Tints of Kenyan Copper #673630

Color information

#673630 (or 0x673630) is unknown color: approx Kenyan Copper. HEX triplet: 67, 36 and 30. RGB value is (103,54,48). Sum of RGB (Red+Green+Blue) = 103+54+48=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #673630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673630 is #98C9CF. Grayscale: #444444. Windows color (decimal): -10013136 or 3159655. OLE color: 3159655.

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

Color convert

RGB1035448-
CMYK00.480.530.60
HSL6.55º36.42%29.61%-
HSV(B)6.55º53.4%40.39%-
XYZ7.455.743.51-
YUV67.97116.73152.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.24%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=50.24%
G=26.34%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103544800.480.530.606.5536.4229.61
Hex673630030353C7241e
Octal1476660060657474436
Binary1100111110110110000011000011010111110011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673630; }

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

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

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

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

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

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

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

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