#69302A

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

Shades of Kenyan Copper #69302A

Tints of Kenyan Copper #69302A

Color information

#69302A (or 0x69302A) is unknown color: approx Kenyan Copper. HEX triplet: 69, 30 and 2A. RGB value is (105,48,42). Sum of RGB (Red+Green+Blue) = 105+48+42=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #69302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69302A is #96CFD5. Grayscale: #404040. Windows color (decimal): -9883606 or 2764905. OLE color: 2764905.

HSL color Cylindrical-coordinate representation of color #69302A: hue angle of 5.71º 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 #69302A is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1054842-
CMYK00.540.60.59
HSL5.71º42.86%28.82%-
HSV(B)5.71º60%41.18%-
XYZ7.35.282.83-
YUV64.36115.38156.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=53.85%
G=24.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105484200.540.60.595.7142.8628.82
Hex69302A0363C3B62b1d
Octal1516052066747365335
Binary1101001110000101010011011011110011101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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