Html Css Color HEX #663C2B Cioccolato

📋 copy color: '#663C2B'

red 102 ◦ green 60 ◦ blue 43

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

Shades of Cioccolato #663C2B

Tints of Cioccolato #663C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.27%

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 49.76%
G = 29.27%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#663C2B (or 0x663C2B) is known color: Cioccolato. HEX triplet: 66, 3C and 2B. RGB value is (102,60,43). Sum of RGB (Red+Green+Blue) = 102+60+43=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C2B is #99C3D4. Grayscale: #464646. Windows color (decimal): -10077141 or 2833510. OLE color: 2833510.

HSL color Cylindrical-coordinate representation of color #663C2B: hue angle of 17.29º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663C2B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 43 -
CMYK 0 0.41 0.58 0.6
HSL 17.29º 0.41% 0.28% -
HSV(B) 17.29º 0.58% 0.4% -
XYZ 7.53 6.23 3.09 -
YUV 70.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 102 60 43 0 0.41 0.58 0.6 17.29 0.41 0.28
Hex 66 3C 2B 0 29 3A 3C 11 29 1C
Octal 146 74 53 0 51 72 74 21 51 34
Binary 1100110 111100 101011 0 101001 111010 111100 10001 101001 11100

Color Harmonies of #663C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C2B

Black with #663C2B

Text Example


Text Example

White with #663C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,60,43); }

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

background-color css

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

 a { background-color: rgb(102,60,43); }

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

border-color css

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

 span { border-color: rgb(102,60,43); }

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