#682F2C

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

Shades of Kenyan Copper #682F2C

Tints of Kenyan Copper #682F2C

Color information

#682F2C (or 0x682F2C) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2F and 2C. RGB value is (104,47,44). Sum of RGB (Red+Green+Blue) = 104+47+44=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #682F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F2C is #97D0D3. Grayscale: #3F3F3F. Windows color (decimal): -9949396 or 2895720. OLE color: 2895720.

HSL color Cylindrical-coordinate representation of color #682F2C: hue angle of 3º 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 #682F2C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1044744-
CMYK00.550.580.59
HSL40.54%29.02%-
HSV(B)57.69%40.78%-
XYZ7.185.163-
YUV63.7116.88156.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=53.33%
G=24.10%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104474400.550.580.59340.5429.02
Hex682F2C0373A3B3291d
Octal1505754067727335135
Binary110100010111110110001101111110101110111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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