Html Css Color HEX #663B15 Baker's Chocolate

📋 copy color: '#663B15'

red 102 ◦ green 59 ◦ blue 21

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

Shades of Baker's Chocolate #663B15

Tints of Baker's Chocolate #663B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

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

R = 56.04%
G = 32.42%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#663B15 (or 0x663B15) is known color: Baker's Chocolate. HEX triplet: 66, 3B and 15. RGB value is (102,59,21). Sum of RGB (Red+Green+Blue) = 102+59+21=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B15 is #99C4EA. Grayscale: #434343. Windows color (decimal): -10077419 or 1391462. OLE color: 1391462.

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

Color convert

RGB 102 59 21 -
CMYK 0 0.42 0.79 0.6
HSL 28.15º 0.66% 0.24% -
HSV(B) 28.15º 0.79% 0.4% -
XYZ 7.18 6.01 1.49 -
YUV 67.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 102 59 21 0 0.42 0.79 0.6 28.15 0.66 0.24
Hex 66 3B 15 0 2A 4F 3C 1C 42 18
Octal 146 73 25 0 52 117 74 34 102 30
Binary 1100110 111011 10101 0 101010 1001111 111100 11100 1000010 11000

Color Harmonies of #663B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B15

Black with #663B15

Text Example


Text Example

White with #663B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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