#632B29

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

Shades of Kenyan Copper #632B29

Tints of Kenyan Copper #632B29

Color information

#632B29 (or 0x632B29) is unknown color: approx Kenyan Copper. HEX triplet: 63, 2B and 29. RGB value is (99,43,41). Sum of RGB (Red+Green+Blue) = 99+43+41=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B29 is #9CD4D6. Grayscale: #3B3B3B. Windows color (decimal): -10278103 or 2698083. OLE color: 2698083.

HSL color Cylindrical-coordinate representation of color #632B29: hue angle of 2.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #632B29 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB994341-
CMYK00.570.590.61
HSL2.07º41.43%27.45%-
HSV(B)2.07º58.59%38.82%-
XYZ6.414.542.64-
YUV59.52117.55156.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=54.10%
G=23.50%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99434100.570.590.612.0741.4327.45
Hex632B290393B3D2291b
Octal1435351071737525133
Binary110001110101110100101110011110111111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632B29; }

 p { color: rgb(99,43,41); }

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

<style>
 a { background-color: #632B29; }

 a { background-color: rgb(99,43,41); }

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

<style>
 span { border-color: #632B29; }

 span { border-color: rgb(99,43,41); }

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