Html Css Color HEX #642C15 Baker's Chocolate

📋 copy color: '#642C15'

red 100 ◦ green 44 ◦ blue 21

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

Shades of Baker's Chocolate #642C15

Tints of Baker's Chocolate #642C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 60.61%
G = 26.67%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642C15 (or 0x642C15) is known color: Baker's Chocolate. HEX triplet: 64, 2C and 15. RGB value is (100,44,21). Sum of RGB (Red+Green+Blue) = 100+44+21=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #642C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C15 is #9BD3EA. Grayscale: #3A3A3A. Windows color (decimal): -10212331 or 1387620. OLE color: 1387620.

HSL color Cylindrical-coordinate representation of color #642C15: hue angle of 17.47º 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 #642C15 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 44 21 -
CMYK 0 0.56 0.79 0.61
HSL 17.47º 0.65% 0.24% -
HSV(B) 17.47º 0.79% 0.39% -
XYZ 6.29 4.56 1.26 -
YUV 58.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 100 44 21 0 0.56 0.79 0.61 17.47 0.65 0.24
Hex 64 2C 15 0 38 4F 3D 11 41 18
Octal 144 54 25 0 70 117 75 21 101 30
Binary 1100100 101100 10101 0 111000 1001111 111101 10001 1000001 11000

Color Harmonies of #642C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C15

Black with #642C15

Text Example


Text Example

White with #642C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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