#69312B

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

Shades of Kenyan Copper #69312B

Tints of Kenyan Copper #69312B

Color information

#69312B (or 0x69312B) is unknown color: approx Kenyan Copper. HEX triplet: 69, 31 and 2B. RGB value is (105,49,43). Sum of RGB (Red+Green+Blue) = 105+49+43=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69312B is #96CED4. Grayscale: #414141. Windows color (decimal): -9883349 or 2830697. OLE color: 2830697.

HSL color Cylindrical-coordinate representation of color #69312B: hue angle of 5.81º 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 #69312B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1054943-
CMYK00.530.590.59
HSL5.81º41.89%29.02%-
HSV(B)5.81º59.05%41.18%-
XYZ7.365.372.93-
YUV65.06115.55156.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=53.30%
G=24.87%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105494300.530.590.595.8141.8929.02
Hex69312B0353B3B62a1d
Octal1516153065737365235
Binary1101001110001101011011010111101111101111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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