Html Css Color HEX #663E2F Cioccolato

📋 copy color: '#663E2F'

red 102 ◦ green 62 ◦ blue 47

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

Shades of Cioccolato #663E2F

Tints of Cioccolato #663E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 48.34%
G = 29.38%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#663E2F (or 0x663E2F) is known color: Cioccolato. HEX triplet: 66, 3E and 2F. RGB value is (102,62,47). Sum of RGB (Red+Green+Blue) = 102+62+47=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2F is #99C1D0. Grayscale: #484848. Windows color (decimal): -10076625 or 3096166. OLE color: 3096166.

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

Color convert

RGB 102 62 47 -
CMYK 0 0.39 0.54 0.6
HSL 16.36º 0.37% 0.29% -
HSV(B) 16.36º 0.54% 0.4% -
XYZ 7.72 6.48 3.53 -
YUV 72.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 102 62 47 0 0.39 0.54 0.6 16.36 0.37 0.29
Hex 66 3E 2F 0 27 36 3C 10 25 1D
Octal 146 76 57 0 47 66 74 20 45 35
Binary 1100110 111110 101111 0 100111 110110 111100 10000 100101 11101

Color Harmonies of #663E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663E2F

Black with #663E2F

Text Example


Text Example

White with #663E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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