#6B322A

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

Shades of Kenyan Copper #6B322A

Tints of Kenyan Copper #6B322A

Color information

#6B322A (or 0x6B322A) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 32 and 2A. RGB value is (107,50,42). Sum of RGB (Red+Green+Blue) = 107+50+42=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B322A is #94CDD5. Grayscale: #424242. Windows color (decimal): -9752022 or 2765419. OLE color: 2765419.

HSL color Cylindrical-coordinate representation of color #6B322A: hue angle of 7.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B322A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1075042-
CMYK00.530.610.58
HSL7.38º43.62%29.22%-
HSV(B)7.38º60.75%41.96%-
XYZ7.625.572.86-
YUV66.13114.38157.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=53.77%
G=25.13%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107504200.530.610.587.3843.6229.22
Hex6B322A0353D3A72c1d
Octal1536252065757275435
Binary1101011110010101010011010111110111101011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,42); }

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

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

 a { background-color: rgb(107,50,42); }

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

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

 span { border-color: rgb(107,50,42); }

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