#6B302D

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

Shades of Kenyan Copper #6B302D

Tints of Kenyan Copper #6B302D

Color information

#6B302D (or 0x6B302D) is unknown color: approx Kenyan Copper. HEX triplet: 6B, 30 and 2D. RGB value is (107,48,45). Sum of RGB (Red+Green+Blue) = 107+48+45=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B302D is #94CFD2. Grayscale: #414141. Windows color (decimal): -9752531 or 2961515. OLE color: 2961515.

HSL color Cylindrical-coordinate representation of color #6B302D: hue angle of 2.9º 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 #6B302D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1074845-
CMYK00.550.580.58
HSL2.9º40.79%29.8%-
HSV(B)2.9º57.94%41.96%-
XYZ7.595.433.13-
YUV65.3116.55157.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.5%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=53.5%
G=24%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107484500.550.580.582.940.7929.8
Hex6B302D0373A3A3291e
Octal1536055067727235136
Binary110101111000010110101101111110101110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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