#65322C

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

Shades of Kenyan Copper #65322C

Tints of Kenyan Copper #65322C

Color information

#65322C (or 0x65322C) is unknown color: approx Kenyan Copper. HEX triplet: 65, 32 and 2C. RGB value is (101,50,44). Sum of RGB (Red+Green+Blue) = 101+50+44=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65322C is #9ACDD3. Grayscale: #404040. Windows color (decimal): -10145236 or 2896485. OLE color: 2896485.

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

Color convert

RGB1015044-
CMYK00.500.560.60
HSL6.32º39.31%28.43%-
HSV(B)6.32º56.44%39.61%-
XYZ6.965.233.03-
YUV64.56116.4153.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=51.79%
G=25.64%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101504400.500.560.606.3239.3128.43
Hex65322C032383C6271c
Octal1456254062707464734
Binary1100101110010101100011001011100011110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65322C; }

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

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

<style>
 a { background-color: #65322C; }

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

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

<style>
 span { border-color: #65322C; }

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

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