Html Css Color HEX #663517 Baker's Chocolate

📋 copy color: '#663517'

red 102 ◦ green 53 ◦ blue 23

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

Shades of Baker's Chocolate #663517

Tints of Baker's Chocolate #663517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 57.3%
G = 29.78%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#663517 (or 0x663517) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 17. RGB value is (102,53,23). Sum of RGB (Red+Green+Blue) = 102+53+23=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663517 is #99CAE8. Grayscale: #404040. Windows color (decimal): -10078953 or 1520998. OLE color: 1520998.

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

Color convert

RGB 102 53 23 -
CMYK 0 0.48 0.77 0.6
HSL 22.78º 0.63% 0.25% -
HSV(B) 22.78º 0.77% 0.4% -
XYZ 6.91 5.43 1.5 -
YUV 64.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 102 53 23 0 0.48 0.77 0.6 22.78 0.63 0.25
Hex 66 35 17 0 30 4D 3C 17 3F 19
Octal 146 65 27 0 60 115 74 27 77 31
Binary 1100110 110101 10111 0 110000 1001101 111100 10111 111111 11001

Color Harmonies of #663517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663517

Black with #663517

Text Example


Text Example

White with #663517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663517; }

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

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

background-color css

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

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

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

border-color css

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

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

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