#6B312D

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

Shades of Kenyan Copper #6B312D

Tints of Kenyan Copper #6B312D

Color information

#6B312D (or 0x6B312D) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 31 and 2D. RGB value is (107,49,45). Sum of RGB (Red+Green+Blue) = 107+49+45=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B312D is #94CED2. Grayscale: #414141. Windows color (decimal): -9752275 or 2961771. OLE color: 2961771.

HSL color Cylindrical-coordinate representation of color #6B312D: hue angle of 3.87º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B312D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1074945-
CMYK00.540.580.58
HSL3.87º40.79%29.8%-
HSV(B)3.87º57.94%41.96%-
XYZ7.645.513.14-
YUV65.89116.22157.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=53.23%
G=24.38%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107494500.540.580.583.8740.7929.8
Hex6B312D0363A3A4291e
Octal1536155066727245136
Binary1101011110001101101011011011101011101010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B312D; }

 p { color: rgb(107,49,45); }

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

<style>
 a { background-color: #6B312D; }

 a { background-color: rgb(107,49,45); }

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

<style>
 span { border-color: #6B312D; }

 span { border-color: rgb(107,49,45); }

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