Html Css Color HEX #642915 Baker's Chocolate

📋 copy color: '#642915'

red 100 ◦ green 41 ◦ blue 21

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

Shades of Baker's Chocolate #642915

Tints of Baker's Chocolate #642915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 61.73%
G = 25.31%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642915 (or 0x642915) is known color: Baker's Chocolate. HEX triplet: 64, 29 and 15. RGB value is (100,41,21). Sum of RGB (Red+Green+Blue) = 100+41+21=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #642915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642915 is #9BD6EA. Grayscale: #383838. Windows color (decimal): -10213099 or 1386852. OLE color: 1386852.

HSL color Cylindrical-coordinate representation of color #642915: hue angle of 15.19º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642915 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 21 -
CMYK 0 0.59 0.79 0.61
HSL 15.19º 0.65% 0.24% -
HSV(B) 15.19º 0.79% 0.39% -
XYZ 6.18 4.35 1.22 -
YUV 56.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 100 41 21 0 0.59 0.79 0.61 15.19 0.65 0.24
Hex 64 29 15 0 3B 4F 3D F 41 18
Octal 144 51 25 0 73 117 75 17 101 30
Binary 1100100 101001 10101 0 111011 1001111 111101 1111 1000001 11000

Color Harmonies of #642915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642915

Black with #642915

Text Example


Text Example

White with #642915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642915; }

 p { color: rgb(100,41,21); }

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

background-color css

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

 a { background-color: rgb(100,41,21); }

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

border-color css

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

 span { border-color: rgb(100,41,21); }

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