#6A3630

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

Shades of Kenyan Copper #6A3630

Tints of Kenyan Copper #6A3630

Color information

#6A3630 (or 0x6A3630) is unknown color: approx Kenyan Copper. HEX triplet: 6A, 36 and 30. RGB value is (106,54,48). Sum of RGB (Red+Green+Blue) = 106+54+48=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3630 is #95C9CF. Grayscale: #444444. Windows color (decimal): -9816528 or 3159658. OLE color: 3159658.

HSL color Cylindrical-coordinate representation of color #6A3630: hue angle of 6.21º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3630 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB1065448-
CMYK00.490.550.58
HSL6.21º37.66%30.2%-
HSV(B)6.21º54.72%41.57%-
XYZ7.85.923.53-
YUV68.86116.23154.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=50.96%
G=25.96%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106544800.490.550.586.2137.6630.2
Hex6A3630031373A6261e
Octal1526660061677264636
Binary1101010110110110000011000111011111101011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3630; }

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

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

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

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

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

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

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

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