#69322A

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

Shades of Kenyan Copper #69322A

Tints of Kenyan Copper #69322A

Color information

#69322A (or 0x69322A) is unknown color: approx Kenyan Copper. HEX triplet: 69, 32 and 2A. RGB value is (105,50,42). Sum of RGB (Red+Green+Blue) = 105+50+42=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69322A is #96CDD5. Grayscale: #414141. Windows color (decimal): -9883094 or 2765417. OLE color: 2765417.

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

Color convert

RGB1055042-
CMYK00.520.60.59
HSL7.62º42.86%28.82%-
HSV(B)7.62º60%41.18%-
XYZ7.385.452.85-
YUV65.53114.72156.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=53.30%
G=25.38%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105504200.520.60.597.6242.8628.82
Hex69322A0343C3B82b1d
Octal15162520647473105335
Binary11010011100101010100110100111100111011100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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