#693731

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

Shades of Kenyan Copper #693731

Tints of Kenyan Copper #693731

Color information

#693731 (or 0x693731) is unknown color: approx Kenyan Copper. HEX triplet: 69, 37 and 31. RGB value is (105,55,49). Sum of RGB (Red+Green+Blue) = 105+55+49=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693731 is #96C8CE. Grayscale: #454545. Windows color (decimal): -9881807 or 3225449. OLE color: 3225449.

HSL color Cylindrical-coordinate representation of color #693731: hue angle of 6.43º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693731 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1055549-
CMYK00.480.530.59
HSL6.43º36.36%30.2%-
HSV(B)6.43º53.33%41.18%-
XYZ7.755.963.65-
YUV69.27116.56153.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=50.24%
G=26.32%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105554900.480.530.596.4336.3630.2
Hex693731030353B6241e
Octal1516761060657364436
Binary1101001110111110001011000011010111101111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693731; }

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

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

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

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

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

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

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

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