#682C26

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

Shades of Kenyan Copper #682C26

Tints of Kenyan Copper #682C26

Color information

#682C26 (or 0x682C26) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2C and 26. RGB value is (104,44,38). Sum of RGB (Red+Green+Blue) = 104+44+38=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C26 is #97D3D9. Grayscale: #3D3D3D. Windows color (decimal): -9950170 or 2501736. OLE color: 2501736.

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

Color convert

RGB1044438-
CMYK00.580.630.59
HSL5.45º46.48%27.84%-
HSV(B)5.45º63.46%40.78%-
XYZ6.964.882.41-
YUV61.26114.88158.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=55.91%
G=23.66%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104443800.580.630.595.4546.4827.84
Hex682C2603A3F3B52e1c
Octal1505446072777355634
Binary1101000101100100110011101011111111101110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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