#69302C

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

Shades of Kenyan Copper #69302C

Tints of Kenyan Copper #69302C

Color information

#69302C (or 0x69302C) is unknown color: approx Kenyan Copper. HEX triplet: 69, 30 and 2C. RGB value is (105,48,44). Sum of RGB (Red+Green+Blue) = 105+48+44=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69302C is #96CFD3. Grayscale: #404040. Windows color (decimal): -9883604 or 2895977. OLE color: 2895977.

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

Color convert

RGB1054844-
CMYK00.540.580.59
HSL3.93º40.94%29.22%-
HSV(B)3.93º58.1%41.18%-
XYZ7.345.33.02-
YUV64.59116.38156.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=53.30%
G=24.37%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105484400.540.580.593.9340.9429.22
Hex69302C0363A3B4291d
Octal1516054066727345135
Binary1101001110000101100011011011101011101110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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