Html Css Color HEX #663615 Baker's Chocolate

📋 copy color: '#663615'

red 102 ◦ green 54 ◦ blue 21

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

Shades of Baker's Chocolate #663615

Tints of Baker's Chocolate #663615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

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

R = 57.63%
G = 30.51%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#663615 (or 0x663615) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 15. RGB value is (102,54,21). Sum of RGB (Red+Green+Blue) = 102+54+21=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663615 is #99C9EA. Grayscale: #404040. Windows color (decimal): -10078699 or 1390182. OLE color: 1390182.

HSL color Cylindrical-coordinate representation of color #663615: hue angle of 24.44º 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 #663615 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 21 -
CMYK 0 0.47 0.79 0.6
HSL 24.44º 0.66% 0.24% -
HSV(B) 24.44º 0.79% 0.4% -
XYZ 6.93 5.52 1.41 -
YUV 64.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 102 54 21 0 0.47 0.79 0.6 24.44 0.66 0.24
Hex 66 36 15 0 2F 4F 3C 18 42 18
Octal 146 66 25 0 57 117 74 30 102 30
Binary 1100110 110110 10101 0 101111 1001111 111100 11000 1000010 11000

Color Harmonies of #663615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663615

Black with #663615

Text Example


Text Example

White with #663615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663615; }

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

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

background-color css

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

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

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

border-color css

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

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

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