#6B2E2B

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

Shades of Kenyan Copper #6B2E2B

Tints of Kenyan Copper #6B2E2B

Color information

#6B2E2B (or 0x6B2E2B) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 2E and 2B. RGB value is (107,46,43). Sum of RGB (Red+Green+Blue) = 107+46+43=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2E2B is #94D1D4. Grayscale: #3F3F3F. Windows color (decimal): -9753045 or 2829931. OLE color: 2829931.

HSL color Cylindrical-coordinate representation of color #6B2E2B: hue angle of 2.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2E2B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1074643-
CMYK00.570.600.58
HSL2.81º42.67%29.41%-
HSV(B)2.81º59.81%41.96%-
XYZ7.485.252.91-
YUV63.9116.21158.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=54.59%
G=23.47%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107464300.570.600.582.8142.6729.41
Hex6B2E2B0393C3A32b1d
Octal1535653071747235335
Binary110101110111010101101110011111001110101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,46,43); }

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

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

 a { background-color: rgb(107,46,43); }

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

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

 span { border-color: rgb(107,46,43); }

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