Html Css Color HEX #643015 Baker's Chocolate

📋 copy color: '#643015'

red 100 ◦ green 48 ◦ blue 21

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

Shades of Baker's Chocolate #643015

Tints of Baker's Chocolate #643015

RGB

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

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

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

R = 59.17%
G = 28.4%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#643015 (or 0x643015) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 15. RGB value is (100,48,21). Sum of RGB (Red+Green+Blue) = 100+48+21=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #643015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643015 is #9BCFEA. Grayscale: #3C3C3C. Windows color (decimal): -10211307 or 1388644. OLE color: 1388644.

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

Color convert

RGB 100 48 21 -
CMYK 0 0.52 0.79 0.61
HSL 20.51º 0.65% 0.24% -
HSV(B) 20.51º 0.79% 0.39% -
XYZ 6.45 4.88 1.31 -
YUV 60.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 100 48 21 0 0.52 0.79 0.61 20.51 0.65 0.24
Hex 64 30 15 0 34 4F 3D 15 41 18
Octal 144 60 25 0 64 117 75 25 101 30
Binary 1100100 110000 10101 0 110100 1001111 111101 10101 1000001 11000

Color Harmonies of #643015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643015

Black with #643015

Text Example


Text Example

White with #643015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643015; }

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

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

background-color css

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

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

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

border-color css

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

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

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