Html Css Color HEX #663815 Baker's Chocolate

📋 copy color: '#663815'

red 102 ◦ green 56 ◦ blue 21

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

Shades of Baker's Chocolate #663815

Tints of Baker's Chocolate #663815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 56.98%
G = 31.28%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#663815 (or 0x663815) is known color: Baker's Chocolate. HEX triplet: 66, 38 and 15. RGB value is (102,56,21). Sum of RGB (Red+Green+Blue) = 102+56+21=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663815 is #99C7EA. Grayscale: #414141. Windows color (decimal): -10078187 or 1390694. OLE color: 1390694.

HSL color Cylindrical-coordinate representation of color #663815: hue angle of 25.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #663815 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 21 -
CMYK 0 0.45 0.79 0.6
HSL 25.93º 0.66% 0.24% -
HSV(B) 25.93º 0.79% 0.4% -
XYZ 7.03 5.71 1.44 -
YUV 65.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 102 56 21 0 0.45 0.79 0.6 25.93 0.66 0.24
Hex 66 38 15 0 2D 4F 3C 1A 42 18
Octal 146 70 25 0 55 117 74 32 102 30
Binary 1100110 111000 10101 0 101101 1001111 111100 11010 1000010 11000

Color Harmonies of #663815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663815

Black with #663815

Text Example


Text Example

White with #663815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663815; }

 p { color: rgb(102,56,21); }

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

background-color css

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

 a { background-color: rgb(102,56,21); }

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

border-color css

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

 span { border-color: rgb(102,56,21); }

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