Html Css Color HEX #643001 Baker's Chocolate

📋 copy color: '#643001'

red 100 ◦ green 48 ◦ blue 1

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

Shades of Baker's Chocolate #643001

Tints of Baker's Chocolate #643001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 67.11%
G = 32.21%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#643001 (or 0x643001) is known color: Baker's Chocolate. HEX triplet: 64, 30 and 01. RGB value is (100,48,1). Sum of RGB (Red+Green+Blue) = 100+48+1=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #643001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643001 is #9BCFFE. Grayscale: #3A3A3A. Windows color (decimal): -10211327 or 77924. OLE color: 77924.

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

Color convert

RGB 100 48 1 -
CMYK 0 0.52 0.99 0.61
HSL 28.48º 0.98% 0.2% -
HSV(B) 28.48º 0.99% 0.39% -
XYZ 6.32 4.83 0.63 -
YUV 58.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 100 48 1 0 0.52 0.99 0.61 28.48 0.98 0.2
Hex 64 30 1 0 34 63 3D 1C 62 14
Octal 144 60 1 0 64 143 75 34 142 24
Binary 1100100 110000 1 0 110100 1100011 111101 11100 1100010 10100

Color Harmonies of #643001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643001

Black with #643001

Text Example


Text Example

White with #643001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643001; }

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

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

background-color css

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

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

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

border-color css

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

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

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