Html Css Color HEX #642500 Baker's Chocolate

📋 copy color: '#642500'

red 100 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #642500

Tints of Baker's Chocolate #642500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.99%
G = 27.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#642500 (or 0x642500) is known color: Baker's Chocolate. HEX triplet: 64, 25 and 00. RGB value is (100,37,0). Sum of RGB (Red+Green+Blue) = 100+37+0=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #642500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642500 is #9BDAFF. Grayscale: #333333. Windows color (decimal): -10214144 or 9572. OLE color: 9572.

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

Color convert

RGB 100 37 0 -
CMYK 0 0.63 1 0.61
HSL 22.2º 1% 0.2% -
HSV(B) 22.2º 1% 0.39% -
XYZ 5.92 4.03 0.47 -
YUV 51.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 100 37 0 0 0.63 1 0.61 22.2 1 0.2
Hex 64 25 0 0 3F 64 3D 16 64 14
Octal 144 45 0 0 77 144 75 26 144 24
Binary 1100100 100101 0 0 111111 1100100 111101 10110 1100100 10100

Color Harmonies of #642500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642500

Black with #642500

Text Example


Text Example

White with #642500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642500; }

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

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

background-color css

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

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

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

border-color css

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

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

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