Html Css Color HEX #663417 Baker's Chocolate

📋 copy color: '#663417'

red 102 ◦ green 52 ◦ blue 23

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

Shades of Baker's Chocolate #663417

Tints of Baker's Chocolate #663417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

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

R = 57.63%
G = 29.38%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#663417 (or 0x663417) is known color: Baker's Chocolate. HEX triplet: 66, 34 and 17. RGB value is (102,52,23). Sum of RGB (Red+Green+Blue) = 102+52+23=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663417 is #99CBE8. Grayscale: #3F3F3F. Windows color (decimal): -10079209 or 1520742. OLE color: 1520742.

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

Color convert

RGB 102 52 23 -
CMYK 0 0.49 0.77 0.6
HSL 22.03º 0.63% 0.25% -
HSV(B) 22.03º 0.77% 0.4% -
XYZ 6.86 5.34 1.48 -
YUV 63.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 102 52 23 0 0.49 0.77 0.6 22.03 0.63 0.25
Hex 66 34 17 0 31 4D 3C 16 3F 19
Octal 146 64 27 0 61 115 74 26 77 31
Binary 1100110 110100 10111 0 110001 1001101 111100 10110 111111 11001

Color Harmonies of #663417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663417

Black with #663417

Text Example


Text Example

White with #663417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663417; }

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

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

background-color css

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

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

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

border-color css

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

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

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