Html Css Color HEX #663717 Baker's Chocolate

📋 copy color: '#663717'

red 102 ◦ green 55 ◦ blue 23

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

Shades of Baker's Chocolate #663717

Tints of Baker's Chocolate #663717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.56%

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

R = 56.67%
G = 30.56%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#663717 (or 0x663717) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 17. RGB value is (102,55,23). Sum of RGB (Red+Green+Blue) = 102+55+23=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #663717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663717 is #99C8E8. Grayscale: #414141. Windows color (decimal): -10078441 or 1521510. OLE color: 1521510.

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

Color convert

RGB 102 55 23 -
CMYK 0 0.46 0.77 0.6
HSL 24.3º 0.63% 0.25% -
HSV(B) 24.3º 0.77% 0.4% -
XYZ 7 5.62 1.53 -
YUV 65.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 102 55 23 0 0.46 0.77 0.6 24.3 0.63 0.25
Hex 66 37 17 0 2E 4D 3C 18 3F 19
Octal 146 67 27 0 56 115 74 30 77 31
Binary 1100110 110111 10111 0 101110 1001101 111100 11000 111111 11001

Color Harmonies of #663717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663717

Black with #663717

Text Example


Text Example

White with #663717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663717; }

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

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

background-color css

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

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

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

border-color css

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

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

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