Html Css Color HEX #60302D Moccaccino

📋 copy color: '#60302D'

red 96 ◦ green 48 ◦ blue 45

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

Shades of Moccaccino #60302D

Tints of Moccaccino #60302D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 50.79%
G = 25.4%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#60302D (or 0x60302D) is known color: Moccaccino. HEX triplet: 60, 30 and 2D. RGB value is (96,48,45). Sum of RGB (Red+Green+Blue) = 96+48+45=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60302D is #9FCFD2. Grayscale: #3E3E3E. Windows color (decimal): -10473427 or 2961504. OLE color: 2961504.

HSL color Cylindrical-coordinate representation of color #60302D: hue angle of 3.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60302D is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 45 -
CMYK 0 0.50 0.53 0.62
HSL 3.53º 0.36% 0.28% -
HSV(B) 3.53º 0.53% 0.38% -
XYZ 6.35 4.79 3.07 -
YUV 62.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 96 48 45 0 0.50 0.53 0.62 3.53 0.36 0.28
Hex 60 30 2D 0 32 35 3E 4 24 1C
Octal 140 60 55 0 62 65 76 4 44 34
Binary 1100000 110000 101101 0 110010 110101 111110 100 100100 11100

Color Harmonies of #60302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60302D

Black with #60302D

Text Example


Text Example

White with #60302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60302D; }

 p { color: rgb(96,48,45); }

 H1.HeaderClassName
 {
   color: #60302D;
 }
 .AnyTagClassName
 {
   color: #60302D;
 }
</style>

background-color css

<style>
 a { background-color: #60302D; }

 a { background-color: rgb(96,48,45); }

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

border-color css

<style>
 span { border-color: #60302D; }

 span { border-color: rgb(96,48,45); }

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