#682C2B

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

Shades of Kenyan Copper #682C2B

Tints of Kenyan Copper #682C2B

Color information

#682C2B (or 0x682C2B) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 2B. RGB value is (104,44,43). Sum of RGB (Red+Green+Blue) = 104+44+43=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C2B is #97D3D4. Grayscale: #3D3D3D. Windows color (decimal): -9950165 or 2829416. OLE color: 2829416.

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

Color convert

RGB1044443-
CMYK00.580.590.59
HSL0.98º41.5%28.82%-
HSV(B)0.98º58.65%40.78%-
XYZ7.054.922.86-
YUV61.83117.38158.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=54.45%
G=23.04%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104444300.580.590.590.9841.528.82
Hex682C2B03A3B3B1291d
Octal1505453072737315135
Binary11010001011001010110111010111011111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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