#65332D

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

Shades of Kenyan Copper #65332D

Tints of Kenyan Copper #65332D

Color information

#65332D (or 0x65332D) is unknown color: approx Kenyan Copper. HEX triplet: 65, 33 and 2D. RGB value is (101,51,45). Sum of RGB (Red+Green+Blue) = 101+51+45=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65332D is #9ACCD2. Grayscale: #414141. Windows color (decimal): -10144979 or 2962277. OLE color: 2962277.

HSL color Cylindrical-coordinate representation of color #65332D: hue angle of 6.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65332D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1015145-
CMYK00.500.550.60
HSL6.43º38.36%28.63%-
HSV(B)6.43º55.45%39.61%-
XYZ7.025.323.14-
YUV65.27116.56153.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=51.27%
G=25.89%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101514500.500.550.606.4338.3628.63
Hex65332D032373C6261d
Octal1456355062677464635
Binary1100101110011101101011001011011111110011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65332D; }

 p { color: rgb(101,51,45); }

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

<style>
 a { background-color: #65332D; }

 a { background-color: rgb(101,51,45); }

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

<style>
 span { border-color: #65332D; }

 span { border-color: rgb(101,51,45); }

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