Html Css Color HEX #663830 Mocha

📋 copy color: '#663830'

red 102 ◦ green 56 ◦ blue 48

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

Shades of Mocha #663830

Tints of Mocha #663830

RGB

 RED value IS 102 (40.23% from 255) = 49.51%

 GREEN value IS 56 (22.27% from 255) = 27.18%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 49.51%
G = 27.18%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#663830 (or 0x663830) is known color: Mocha. HEX triplet: 66, 38 and 30. RGB value is (102,56,48). Sum of RGB (Red+Green+Blue) = 102+56+48=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663830 is #99C7CF. Grayscale: #444444. Windows color (decimal): -10078160 or 3160166. OLE color: 3160166.

HSL color Cylindrical-coordinate representation of color #663830: hue angle of 8.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663830 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 48 -
CMYK 0 0.45 0.53 0.6
HSL 8.89º 0.36% 0.29% -
HSV(B) 8.89º 0.53% 0.4% -
XYZ 7.43 5.87 3.54 -
YUV 68.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 102 56 48 0 0.45 0.53 0.6 8.89 0.36 0.29
Hex 66 38 30 0 2D 35 3C 9 24 1D
Octal 146 70 60 0 55 65 74 11 44 35
Binary 1100110 111000 110000 0 101101 110101 111100 1001 100100 11101

Color Harmonies of #663830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663830

Black with #663830

Text Example


Text Example

White with #663830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663830; }

 p { color: rgb(102,56,48); }

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

background-color css

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

 a { background-color: rgb(102,56,48); }

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

border-color css

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

 span { border-color: rgb(102,56,48); }

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