Html Css Color HEX #663715 Baker's Chocolate

📋 copy color: '#663715'

red 102 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #663715

Tints of Baker's Chocolate #663715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 57.3%
G = 30.9%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#663715 (or 0x663715) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 15. RGB value is (102,55,21). Sum of RGB (Red+Green+Blue) = 102+55+21=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663715 is #99C8EA. Grayscale: #414141. Windows color (decimal): -10078443 or 1390438. OLE color: 1390438.

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

Color convert

RGB 102 55 21 -
CMYK 0 0.46 0.79 0.6
HSL 25.19º 0.66% 0.24% -
HSV(B) 25.19º 0.79% 0.4% -
XYZ 6.98 5.61 1.42 -
YUV 65.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 102 55 21 0 0.46 0.79 0.6 25.19 0.66 0.24
Hex 66 37 15 0 2E 4F 3C 19 42 18
Octal 146 67 25 0 56 117 74 31 102 30
Binary 1100110 110111 10101 0 101110 1001111 111100 11001 1000010 11000

Color Harmonies of #663715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663715

Black with #663715

Text Example


Text Example

White with #663715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663715; }

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

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

background-color css

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

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

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

border-color css

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

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

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