Html Css Color HEX #663D30 Cioccolato

📋 copy color: '#663D30'

red 102 ◦ green 61 ◦ blue 48

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

Shades of Cioccolato #663D30

Tints of Cioccolato #663D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.91%

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

R = 48.34%
G = 28.91%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#663D30 (or 0x663D30) is known color: Cioccolato. HEX triplet: 66, 3D and 30. RGB value is (102,61,48). Sum of RGB (Red+Green+Blue) = 102+61+48=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D30 is #99C2CF. Grayscale: #474747. Windows color (decimal): -10076880 or 3161446. OLE color: 3161446.

HSL color Cylindrical-coordinate representation of color #663D30: hue angle of 14.44º 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 #663D30 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 61 48 -
CMYK 0 0.40 0.53 0.6
HSL 14.44º 0.36% 0.29% -
HSV(B) 14.44º 0.53% 0.4% -
XYZ 7.68 6.38 3.62 -
YUV 71.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 102 61 48 0 0.40 0.53 0.6 14.44 0.36 0.29
Hex 66 3D 30 0 28 35 3C E 24 1D
Octal 146 75 60 0 50 65 74 16 44 35
Binary 1100110 111101 110000 0 101000 110101 111100 1110 100100 11101

Color Harmonies of #663D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D30

Black with #663D30

Text Example


Text Example

White with #663D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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