#652C2A

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

Shades of Kenyan Copper #652C2A

Tints of Kenyan Copper #652C2A

Color information

#652C2A (or 0x652C2A) is unknown color: approx Kenyan Copper. HEX triplet: 65, 2C and 2A. RGB value is (101,44,42). Sum of RGB (Red+Green+Blue) = 101+44+42=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #652C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C2A is #9AD3D5. Grayscale: #3C3C3C. Windows color (decimal): -10146774 or 2763877. OLE color: 2763877.

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

Color convert

RGB1014442-
CMYK00.560.580.60
HSL2.03º41.26%28.04%-
HSV(B)2.03º58.42%39.61%-
XYZ6.694.742.75-
YUV60.82117.38156.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.01%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=54.01%
G=23.53%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101444200.560.580.602.0341.2628.04
Hex652C2A0383A3C2291c
Octal1455452070727425134
Binary110010110110010101001110001110101111001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,44,42); }

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

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

 a { background-color: rgb(101,44,42); }

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

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

 span { border-color: rgb(101,44,42); }

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