#6B322F

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

Shades of Kenyan Copper #6B322F

Tints of Kenyan Copper #6B322F

Color information

#6B322F (or 0x6B322F) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 32 and 2F. RGB value is (107,50,47). Sum of RGB (Red+Green+Blue) = 107+50+47=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B322F is #94CDD0. Grayscale: #424242. Windows color (decimal): -9752017 or 3093099. OLE color: 3093099.

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

Color convert

RGB1075047-
CMYK00.530.560.58
HSL38.96%30.2%-
HSV(B)56.07%41.96%-
XYZ7.725.613.37-
YUV66.7116.88156.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=52.45%
G=24.51%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107504700.530.560.58338.9630.2
Hex6B322F035383A3271e
Octal1536257065707234736
Binary110101111001010111101101011110001110101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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