#652E2B

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

Shades of Kenyan Copper #652E2B

Tints of Kenyan Copper #652E2B

Color information

#652E2B (or 0x652E2B) is unknown color: approx Kenyan Copper. HEX triplet: 65, 2E and 2B. RGB value is (101,46,43). Sum of RGB (Red+Green+Blue) = 101+46+43=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #652E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652E2B is #9AD1D4. Grayscale: #3E3E3E. Windows color (decimal): -10146261 or 2829925. OLE color: 2829925.

HSL color Cylindrical-coordinate representation of color #652E2B: hue angle of 3.1º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #652E2B is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1014643-
CMYK00.540.570.60
HSL3.1º40.28%28.24%-
HSV(B)3.1º57.43%39.61%-
XYZ6.784.92.87-
YUV62.1117.22155.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 46 (18.36% from 255) = 24.21%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=53.16%
G=24.21%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101464300.540.570.603.140.2828.24
Hex652E2B036393C3281c
Octal1455653066717435034
Binary110010110111010101101101101110011111001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652E2B; }

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

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

<style>
 a { background-color: #652E2B; }

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

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

<style>
 span { border-color: #652E2B; }

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

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