#682A25

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

Shades of Kenyan Copper #682A25

Tints of Kenyan Copper #682A25

Color information

#682A25 (or 0x682A25) is unknown color: approx Kenyan Copper. HEX triplet: 68, 2A and 25. RGB value is (104,42,37). Sum of RGB (Red+Green+Blue) = 104+42+37=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #682A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A25 is #97D5DA. Grayscale: #3C3C3C. Windows color (decimal): -9950683 or 2435688. OLE color: 2435688.

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

Color convert

RGB1044237-
CMYK00.600.640.59
HSL4.48º47.52%27.65%-
HSV(B)4.48º64.42%40.78%-
XYZ6.874.732.3-
YUV59.97115.04159.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=56.83%
G=22.95%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104423700.600.640.594.4847.5227.65
Hex682A2503C403B4301c
Octal15052450741007346034
Binary11010001010101001010111100100000011101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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