#68342D

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

Shades of Kenyan Copper #68342D

Tints of Kenyan Copper #68342D

Color information

#68342D (or 0x68342D) is unknown color: approx Kenyan Copper. HEX triplet: 68, 34 and 2D. RGB value is (104,52,45). Sum of RGB (Red+Green+Blue) = 104+52+45=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68342D is #97CBD2. Grayscale: #424242. Windows color (decimal): -9948115 or 2962536. OLE color: 2962536.

HSL color Cylindrical-coordinate representation of color #68342D: hue angle of 7.12º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68342D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1045245-
CMYK00.500.570.59
HSL7.12º39.6%29.22%-
HSV(B)7.12º56.73%40.78%-
XYZ7.415.593.17-
YUV66.75115.73154.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=51.74%
G=25.87%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104524500.500.570.597.1239.629.22
Hex68342D032393B7281d
Octal1506455062717375035
Binary1101000110100101101011001011100111101111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68342D; }

 p { color: rgb(104,52,45); }

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

<style>
 a { background-color: #68342D; }

 a { background-color: rgb(104,52,45); }

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

<style>
 span { border-color: #68342D; }

 span { border-color: rgb(104,52,45); }

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