Html Css Color HEX #663915 Baker's Chocolate

📋 copy color: '#663915'

red 102 ◦ green 57 ◦ blue 21

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

Shades of Baker's Chocolate #663915

Tints of Baker's Chocolate #663915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

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

R = 56.67%
G = 31.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#663915 (or 0x663915) is known color: Baker's Chocolate. HEX triplet: 66, 39 and 15. RGB value is (102,57,21). Sum of RGB (Red+Green+Blue) = 102+57+21=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #663915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663915 is #99C6EA. Grayscale: #424242. Windows color (decimal): -10077931 or 1390950. OLE color: 1390950.

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

Color convert

RGB 102 57 21 -
CMYK 0 0.44 0.79 0.6
HSL 26.67º 0.66% 0.24% -
HSV(B) 26.67º 0.79% 0.4% -
XYZ 7.08 5.81 1.46 -
YUV 66.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 102 57 21 0 0.44 0.79 0.6 26.67 0.66 0.24
Hex 66 39 15 0 2C 4F 3C 1B 42 18
Octal 146 71 25 0 54 117 74 33 102 30
Binary 1100110 111001 10101 0 101100 1001111 111100 11011 1000010 11000

Color Harmonies of #663915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663915

Black with #663915

Text Example


Text Example

White with #663915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663915; }

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

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

background-color css

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

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

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

border-color css

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

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

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