Html Css Color HEX #663E31 Cioccolato

📋 copy color: '#663E31'

red 102 ◦ green 62 ◦ blue 49

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

Shades of Cioccolato #663E31

Tints of Cioccolato #663E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.11%

 BLUE value IS 49 (19.53% from 255) = 23%

R = 47.89%
G = 29.11%
B = 23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#663E31 (or 0x663E31) is known color: Cioccolato. HEX triplet: 66, 3E and 31. RGB value is (102,62,49). Sum of RGB (Red+Green+Blue) = 102+62+49=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E31 is #99C1CE. Grayscale: #484848. Windows color (decimal): -10076623 or 3227238. OLE color: 3227238.

HSL color Cylindrical-coordinate representation of color #663E31: hue angle of 14.72º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663E31 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 62 49 -
CMYK 0 0.39 0.52 0.6
HSL 14.72º 0.35% 0.3% -
HSV(B) 14.72º 0.52% 0.4% -
XYZ 7.76 6.49 3.75 -
YUV 72.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 102 62 49 0 0.39 0.52 0.6 14.72 0.35 0.3
Hex 66 3E 31 0 27 34 3C F 23 1E
Octal 146 76 61 0 47 64 74 17 43 36
Binary 1100110 111110 110001 0 100111 110100 111100 1111 100011 11110

Color Harmonies of #663E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663E31

Black with #663E31

Text Example


Text Example

White with #663E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663E31; }

 p { color: rgb(102,62,49); }

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

background-color css

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

 a { background-color: rgb(102,62,49); }

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

border-color css

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

 span { border-color: rgb(102,62,49); }

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