Html Css Color HEX #642001 Baker's Chocolate

📋 copy color: '#642001'

red 100 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #642001

Tints of Baker's Chocolate #642001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

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

R = 75.19%
G = 24.06%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#642001 (or 0x642001) is known color: Baker's Chocolate. HEX triplet: 64, 20 and 01. RGB value is (100,32,1). Sum of RGB (Red+Green+Blue) = 100+32+1=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #642001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642001 is #9BDFFE. Grayscale: #303030. Windows color (decimal): -10215423 or 73828. OLE color: 73828.

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

Color convert

RGB 100 32 1 -
CMYK 0 0.68 0.99 0.61
HSL 18.79º 0.98% 0.2% -
HSV(B) 18.79º 0.99% 0.39% -
XYZ 5.78 3.74 0.45 -
YUV 48.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 100 32 1 0 0.68 0.99 0.61 18.79 0.98 0.2
Hex 64 20 1 0 44 63 3D 13 62 14
Octal 144 40 1 0 104 143 75 23 142 24
Binary 1100100 100000 1 0 1000100 1100011 111101 10011 1100010 10100

Color Harmonies of #642001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642001

Black with #642001

Text Example


Text Example

White with #642001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642001; }

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

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

background-color css

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

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

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

border-color css

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

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

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