Html Css Color HEX #643115 Baker's Chocolate

📋 copy color: '#643115'

red 100 ◦ green 49 ◦ blue 21

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

Shades of Baker's Chocolate #643115

Tints of Baker's Chocolate #643115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

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

R = 58.82%
G = 28.82%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#643115 (or 0x643115) is known color: Baker's Chocolate. HEX triplet: 64, 31 and 15. RGB value is (100,49,21). Sum of RGB (Red+Green+Blue) = 100+49+21=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #643115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643115 is #9BCEEA. Grayscale: #3D3D3D. Windows color (decimal): -10211051 or 1388900. OLE color: 1388900.

HSL color Cylindrical-coordinate representation of color #643115: hue angle of 21.27º 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 #643115 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 49 21 -
CMYK 0 0.51 0.79 0.61
HSL 21.27º 0.65% 0.24% -
HSV(B) 21.27º 0.79% 0.39% -
XYZ 6.49 4.96 1.32 -
YUV 61.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 100 49 21 0 0.51 0.79 0.61 21.27 0.65 0.24
Hex 64 31 15 0 33 4F 3D 15 41 18
Octal 144 61 25 0 63 117 75 25 101 30
Binary 1100100 110001 10101 0 110011 1001111 111101 10101 1000001 11000

Color Harmonies of #643115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643115

Black with #643115

Text Example


Text Example

White with #643115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643115; }

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

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

background-color css

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

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

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

border-color css

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

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

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