#682C28

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

Shades of Kenyan Copper #682C28

Tints of Kenyan Copper #682C28

Color information

#682C28 (or 0x682C28) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 28. RGB value is (104,44,40). Sum of RGB (Red+Green+Blue) = 104+44+40=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #682C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C28 is #97D3D7. Grayscale: #3D3D3D. Windows color (decimal): -9950168 or 2632808. OLE color: 2632808.

HSL color Cylindrical-coordinate representation of color #682C28: hue angle of 3.75º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682C28 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1044440-
CMYK00.580.620.59
HSL3.75º44.44%28.24%-
HSV(B)3.75º61.54%40.78%-
XYZ6.994.92.58-
YUV61.48115.88158.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=55.32%
G=23.40%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444000.580.620.593.7544.4428.24
Hex682C2803A3E3B42c1c
Octal1505450072767345434
Binary1101000101100101000011101011111011101110010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682C28; }

 p { color: rgb(104,44,40); }

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

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

 a { background-color: rgb(104,44,40); }

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

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

 span { border-color: rgb(104,44,40); }

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