Html Css Color HEX #643715 Baker's Chocolate

📋 copy color: '#643715'

red 100 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #643715

Tints of Baker's Chocolate #643715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 56.82%
G = 31.25%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#643715 (or 0x643715) is known color: Baker's Chocolate. HEX triplet: 64, 37 and 15. RGB value is (100,55,21). Sum of RGB (Red+Green+Blue) = 100+55+21=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #643715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643715 is #9BC8EA. Grayscale: #404040. Windows color (decimal): -10209515 or 1390436. OLE color: 1390436.

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

Color convert

RGB 100 55 21 -
CMYK 0 0.45 0.79 0.61
HSL 25.82º 0.65% 0.24% -
HSV(B) 25.82º 0.79% 0.39% -
XYZ 6.76 5.5 1.41 -
YUV 64.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 100 55 21 0 0.45 0.79 0.61 25.82 0.65 0.24
Hex 64 37 15 0 2D 4F 3D 1A 41 18
Octal 144 67 25 0 55 117 75 32 101 30
Binary 1100100 110111 10101 0 101101 1001111 111101 11010 1000001 11000

Color Harmonies of #643715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643715

Black with #643715

Text Example


Text Example

White with #643715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643715; }

 p { color: rgb(100,55,21); }

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

background-color css

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

 a { background-color: rgb(100,55,21); }

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

border-color css

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

 span { border-color: rgb(100,55,21); }

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