Html Css Color HEX #602E2D Moccaccino

📋 copy color: '#602E2D'

red 96 ◦ green 46 ◦ blue 45

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

Shades of Moccaccino #602E2D

Tints of Moccaccino #602E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

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

R = 51.34%
G = 24.6%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#602E2D (or 0x602E2D) is known color: Moccaccino. HEX triplet: 60, 2E and 2D. RGB value is (96,46,45). Sum of RGB (Red+Green+Blue) = 96+46+45=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E2D is #9FD1D2. Grayscale: #3C3C3C. Windows color (decimal): -10473939 or 2960992. OLE color: 2960992.

HSL color Cylindrical-coordinate representation of color #602E2D: hue angle of 1.18º 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 #602E2D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 46 45 -
CMYK 0 0.52 0.53 0.62
HSL 1.18º 0.36% 0.28% -
HSV(B) 1.18º 0.53% 0.38% -
XYZ 6.27 4.63 3.05 -
YUV 60.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 96 46 45 0 0.52 0.53 0.62 1.18 0.36 0.28
Hex 60 2E 2D 0 34 35 3E 1 24 1C
Octal 140 56 55 0 64 65 76 1 44 34
Binary 1100000 101110 101101 0 110100 110101 111110 1 100100 11100

Color Harmonies of #602E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E2D

Black with #602E2D

Text Example


Text Example

White with #602E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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