Html Css Color HEX #632A28 Moccaccino

📋 copy color: '#632A28'

red 99 ◦ green 42 ◦ blue 40

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

Shades of Moccaccino #632A28

Tints of Moccaccino #632A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.2%

 BLUE value IS 40 (16.02% from 255) = 22.1%

R = 54.7%
G = 23.2%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#632A28 (or 0x632A28) is known color: Moccaccino. HEX triplet: 63, 2A and 28. RGB value is (99,42,40). Sum of RGB (Red+Green+Blue) = 99+42+40=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #632A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A28 is #9CD5D7. Grayscale: #3A3A3A. Windows color (decimal): -10278360 or 2632291. OLE color: 2632291.

HSL color Cylindrical-coordinate representation of color #632A28: hue angle of 2.03º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632A28 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 42 40 -
CMYK 0 0.58 0.60 0.61
HSL 2.03º 0.42% 0.27% -
HSV(B) 2.03º 0.6% 0.39% -
XYZ 6.36 4.46 2.53 -
YUV 58.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 99 42 40 0 0.58 0.60 0.61 2.03 0.42 0.27
Hex 63 2A 28 0 3A 3C 3D 2 2A 1B
Octal 143 52 50 0 72 74 75 2 52 33
Binary 1100011 101010 101000 0 111010 111100 111101 10 101010 11011

Color Harmonies of #632A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632A28

Black with #632A28

Text Example


Text Example

White with #632A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,42,40); }

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

background-color css

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

 a { background-color: rgb(99,42,40); }

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

border-color css

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

 span { border-color: rgb(99,42,40); }

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