Html Css Color HEX #663D2E Cioccolato

📋 copy color: '#663D2E'

red 102 ◦ green 61 ◦ blue 46

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

Shades of Cioccolato #663D2E

Tints of Cioccolato #663D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.01%

R = 48.8%
G = 29.19%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#663D2E (or 0x663D2E) is known color: Cioccolato. HEX triplet: 66, 3D and 2E. RGB value is (102,61,46). Sum of RGB (Red+Green+Blue) = 102+61+46=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D2E is #99C2D1. Grayscale: #474747. Windows color (decimal): -10076882 or 3030374. OLE color: 3030374.

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

Color convert

RGB 102 61 46 -
CMYK 0 0.40 0.55 0.6
HSL 16.07º 0.38% 0.29% -
HSV(B) 16.07º 0.55% 0.4% -
XYZ 7.64 6.36 3.41 -
YUV 71.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 102 61 46 0 0.40 0.55 0.6 16.07 0.38 0.29
Hex 66 3D 2E 0 28 37 3C 10 26 1D
Octal 146 75 56 0 50 67 74 20 46 35
Binary 1100110 111101 101110 0 101000 110111 111100 10000 100110 11101

Color Harmonies of #663D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D2E

Black with #663D2E

Text Example


Text Example

White with #663D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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