Html Css Color HEX #612A29 Moccaccino

📋 copy color: '#612A29'

red 97 ◦ green 42 ◦ blue 41

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

Shades of Moccaccino #612A29

Tints of Moccaccino #612A29

RGB

 RED value IS 97 (38.28% from 255) = 53.89%

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

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

R = 53.89%
G = 23.33%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#612A29 (or 0x612A29) is known color: Moccaccino. HEX triplet: 61, 2A and 29. RGB value is (97,42,41). Sum of RGB (Red+Green+Blue) = 97+42+41=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #612A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A29 is #9ED5D6. Grayscale: #3A3A3A. Windows color (decimal): -10409431 or 2697825. OLE color: 2697825.

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

Color convert

RGB 97 42 41 -
CMYK 0 0.57 0.58 0.62
HSL 1.07º 0.41% 0.27% -
HSV(B) 1.07º 0.58% 0.38% -
XYZ 6.16 4.36 2.61 -
YUV 58.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 97 42 41 0 0.57 0.58 0.62 1.07 0.41 0.27
Hex 61 2A 29 0 39 3A 3E 1 29 1B
Octal 141 52 51 0 71 72 76 1 51 33
Binary 1100001 101010 101001 0 111001 111010 111110 1 101001 11011

Color Harmonies of #612A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A29

Black with #612A29

Text Example


Text Example

White with #612A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612A29; }

 p { color: rgb(97,42,41); }

 H1.HeaderClassName
 {
   color: #612A29;
 }
 .AnyTagClassName
 {
   color: #612A29;
 }
</style>

background-color css

<style>
 a { background-color: #612A29; }

 a { background-color: rgb(97,42,41); }

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

border-color css

<style>
 span { border-color: #612A29; }

 span { border-color: rgb(97,42,41); }

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