Html Css Color HEX #602C29 Moccaccino

📋 copy color: '#602C29'

red 96 ◦ green 44 ◦ blue 41

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

Shades of Moccaccino #602C29

Tints of Moccaccino #602C29

RGB

 RED value IS 96 (37.89% from 255) = 53.04%

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

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

R = 53.04%
G = 24.31%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#602C29 (or 0x602C29) is known color: Moccaccino. HEX triplet: 60, 2C and 29. RGB value is (96,44,41). Sum of RGB (Red+Green+Blue) = 96+44+41=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C29 is #9FD3D6. Grayscale: #3B3B3B. Windows color (decimal): -10474455 or 2698336. OLE color: 2698336.

HSL color Cylindrical-coordinate representation of color #602C29: hue angle of 3.27º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602C29 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 41 -
CMYK 0 0.54 0.57 0.62
HSL 3.27º 0.4% 0.27% -
HSV(B) 3.27º 0.57% 0.38% -
XYZ 6.12 4.45 2.63 -
YUV 59.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 96 44 41 0 0.54 0.57 0.62 3.27 0.4 0.27
Hex 60 2C 29 0 36 39 3E 3 28 1B
Octal 140 54 51 0 66 71 76 3 50 33
Binary 1100000 101100 101001 0 110110 111001 111110 11 101000 11011

Color Harmonies of #602C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C29

Black with #602C29

Text Example


Text Example

White with #602C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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