Html Css Color HEX #642501 Baker's Chocolate

📋 copy color: '#642501'

red 100 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #642501

Tints of Baker's Chocolate #642501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 72.46%
G = 26.81%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#642501 (or 0x642501) is known color: Baker's Chocolate. HEX triplet: 64, 25 and 01. RGB value is (100,37,1). Sum of RGB (Red+Green+Blue) = 100+37+1=138 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.46% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 100 - color contains mainly: red. Hex color #642501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642501 is #9BDAFE. Grayscale: #333333. Windows color (decimal): -10214143 or 75108. OLE color: 75108.

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

Color convert

RGB 100 37 1 -
CMYK 0 0.63 0.99 0.61
HSL 21.82º 0.98% 0.2% -
HSV(B) 21.82º 0.99% 0.39% -
XYZ 5.92 4.03 0.5 -
YUV 51.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 100 37 1 0 0.63 0.99 0.61 21.82 0.98 0.2
Hex 64 25 1 0 3F 63 3D 16 62 14
Octal 144 45 1 0 77 143 75 26 142 24
Binary 1100100 100101 1 0 111111 1100011 111101 10110 1100010 10100

Color Harmonies of #642501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642501

Black with #642501

Text Example


Text Example

White with #642501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642501; }

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

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

background-color css

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

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

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

border-color css

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

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

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