#69322B

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

Shades of Kenyan Copper #69322B

Tints of Kenyan Copper #69322B

Color information

#69322B (or 0x69322B) is unknown color: approx Kenyan Copper. HEX triplet: 69, 32 and 2B. RGB value is (105,50,43). Sum of RGB (Red+Green+Blue) = 105+50+43=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69322B is #96CDD4. Grayscale: #414141. Windows color (decimal): -9883093 or 2830953. OLE color: 2830953.

HSL color Cylindrical-coordinate representation of color #69322B: hue angle of 6.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69322B is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1055043-
CMYK00.520.590.59
HSL6.77º41.89%29.02%-
HSV(B)6.77º59.05%41.18%-
XYZ7.45.462.95-
YUV65.65115.22156.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=53.03%
G=25.25%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105504300.520.590.596.7741.8929.02
Hex69322B0343B3B72a1d
Octal1516253064737375235
Binary1101001110010101011011010011101111101111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,50,43); }

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

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

 a { background-color: rgb(105,50,43); }

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

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

 span { border-color: rgb(105,50,43); }

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