#65332C

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

Shades of Kenyan Copper #65332C

Tints of Kenyan Copper #65332C

Color information

#65332C (or 0x65332C) is unknown color: approx Kenyan Copper. HEX triplet: 65, 33 and 2C. RGB value is (101,51,44). Sum of RGB (Red+Green+Blue) = 101+51+44=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65332C is #9ACCD3. Grayscale: #414141. Windows color (decimal): -10144980 or 2896741. OLE color: 2896741.

HSL color Cylindrical-coordinate representation of color #65332C: hue angle of 7.37º 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 #65332C is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1015144-
CMYK00.500.560.60
HSL7.37º39.31%28.43%-
HSV(B)7.37º56.44%39.61%-
XYZ7.015.323.04-
YUV65.15116.06153.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=51.53%
G=26.02%
B=22.45%

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
Decimal101514400.500.560.607.3739.3128.43
Hex65332C032383C7271c
Octal1456354062707474734
Binary1100101110011101100011001011100011110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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