Html Css Color HEX #663117 Baker's Chocolate

📋 copy color: '#663117'

red 102 ◦ green 49 ◦ blue 23

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

Shades of Baker's Chocolate #663117

Tints of Baker's Chocolate #663117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 58.62%
G = 28.16%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#663117 (or 0x663117) is known color: Baker's Chocolate. HEX triplet: 66, 31 and 17. RGB value is (102,49,23). Sum of RGB (Red+Green+Blue) = 102+49+23=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663117 is #99CEE8. Grayscale: #3E3E3E. Windows color (decimal): -10079977 or 1519974. OLE color: 1519974.

HSL color Cylindrical-coordinate representation of color #663117: hue angle of 19.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663117 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 49 23 -
CMYK 0 0.52 0.77 0.6
HSL 19.75º 0.63% 0.25% -
HSV(B) 19.75º 0.77% 0.4% -
XYZ 6.73 5.08 1.44 -
YUV 61.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 102 49 23 0 0.52 0.77 0.6 19.75 0.63 0.25
Hex 66 31 17 0 34 4D 3C 14 3F 19
Octal 146 61 27 0 64 115 74 24 77 31
Binary 1100110 110001 10111 0 110100 1001101 111100 10100 111111 11001

Color Harmonies of #663117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663117

Black with #663117

Text Example


Text Example

White with #663117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663117; }

 p { color: rgb(102,49,23); }

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

background-color css

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

 a { background-color: rgb(102,49,23); }

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

border-color css

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

 span { border-color: rgb(102,49,23); }

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