Html Css Color HEX #632C29 Kenyan Copper

📋 copy color: '#632C29'

red 99 ◦ green 44 ◦ blue 41

#632C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kenyan Copper #632C29

Tints of Kenyan Copper #632C29

RGB

 RED value IS 99 (39.06% from 255) = 53.8%

 GREEN value IS 44 (17.58% from 255) = 23.91%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 53.8%
G = 23.91%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#632C29 (or 0x632C29) is known color: Kenyan Copper. HEX triplet: 63, 2C and 29. RGB value is (99,44,41). Sum of RGB (Red+Green+Blue) = 99+44+41=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #632C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C29 is #9CD3D6. Grayscale: #3C3C3C. Windows color (decimal): -10277847 or 2698339. OLE color: 2698339.

HSL color Cylindrical-coordinate representation of color #632C29: hue angle of 3.1º 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 #632C29 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 44 41 -
CMYK 0 0.56 0.59 0.61
HSL 3.1º 0.41% 0.27% -
HSV(B) 3.1º 0.59% 0.39% -
XYZ 6.45 4.61 2.65 -
YUV 60.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 99 44 41 0 0.56 0.59 0.61 3.1 0.41 0.27
Hex 63 2C 29 0 38 3B 3D 3 29 1B
Octal 143 54 51 0 70 73 75 3 51 33
Binary 1100011 101100 101001 0 111000 111011 111101 11 101001 11011

Color Harmonies of #632C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C29

Black with #632C29

Text Example


Text Example

White with #632C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #632C29;
 }
 .AnyTagClassName
 {
   color: #632C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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