Html Css Color HEX #642504 Baker's Chocolate

📋 copy color: '#642504'

red 100 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #642504

Tints of Baker's Chocolate #642504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 70.92%
G = 26.24%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#642504 (or 0x642504) is known color: Baker's Chocolate. HEX triplet: 64, 25 and 04. RGB value is (100,37,4). Sum of RGB (Red+Green+Blue) = 100+37+4=141 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.92% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 100 - color contains mainly: red. Hex color #642504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642504 is #9BDAFB. Grayscale: #343434. Windows color (decimal): -10214140 or 271716. OLE color: 271716.

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

Color convert

RGB 100 37 4 -
CMYK 0 0.63 0.96 0.61
HSL 20.63º 0.92% 0.2% -
HSV(B) 20.63º 0.96% 0.39% -
XYZ 5.94 4.04 0.58 -
YUV 52.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 100 37 4 0 0.63 0.96 0.61 20.63 0.92 0.2
Hex 64 25 4 0 3F 60 3D 15 5C 14
Octal 144 45 4 0 77 140 75 25 134 24
Binary 1100100 100101 100 0 111111 1100000 111101 10101 1011100 10100

Color Harmonies of #642504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642504

Black with #642504

Text Example


Text Example

White with #642504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642504; }

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

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

background-color css

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

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

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

border-color css

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

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

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