#68322A

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

Shades of Kenyan Copper #68322A

Tints of Kenyan Copper #68322A

Color information

#68322A (or 0x68322A) is unknown color: approx Kenyan Copper. HEX triplet: 68, 32 and 2A. RGB value is (104,50,42). Sum of RGB (Red+Green+Blue) = 104+50+42=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68322A is #97CDD5. Grayscale: #414141. Windows color (decimal): -9948630 or 2765416. OLE color: 2765416.

HSL color Cylindrical-coordinate representation of color #68322A: hue angle of 7.74º degrees, saturation: 0.42, 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 #68322A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1045042-
CMYK00.520.600.59
HSL7.74º42.47%28.63%-
HSV(B)7.74º59.62%40.78%-
XYZ7.275.392.85-
YUV65.23114.89155.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=53.06%
G=25.51%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104504200.520.600.597.7442.4728.63
Hex68322A0343C3B82a1d
Octal15062520647473105235
Binary11010001100101010100110100111100111011100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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