Html Css Color HEX #643017 Baker's Chocolate

📋 copy color: '#643017'

red 100 ◦ green 48 ◦ blue 23

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

Shades of Baker's Chocolate #643017

Tints of Baker's Chocolate #643017

RGB

 RED value IS 100 (39.45% from 255) = 58.48%

 GREEN value IS 48 (19.14% from 255) = 28.07%

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

R = 58.48%
G = 28.07%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#643017 (or 0x643017) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 17. RGB value is (100,48,23). Sum of RGB (Red+Green+Blue) = 100+48+23=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #643017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643017 is #9BCFE8. Grayscale: #3C3C3C. Windows color (decimal): -10211305 or 1519716. OLE color: 1519716.

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

Color convert

RGB 100 48 23 -
CMYK 0 0.52 0.77 0.61
HSL 19.48º 0.63% 0.24% -
HSV(B) 19.48º 0.77% 0.39% -
XYZ 6.47 4.89 1.41 -
YUV 60.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 100 48 23 0 0.52 0.77 0.61 19.48 0.63 0.24
Hex 64 30 17 0 34 4D 3D 13 3F 18
Octal 144 60 27 0 64 115 75 23 77 30
Binary 1100100 110000 10111 0 110100 1001101 111101 10011 111111 11000

Color Harmonies of #643017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643017

Black with #643017

Text Example


Text Example

White with #643017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643017; }

 p { color: rgb(100,48,23); }

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

background-color css

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

 a { background-color: rgb(100,48,23); }

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

border-color css

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

 span { border-color: rgb(100,48,23); }

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