Html Css Color HEX #642B15 Baker's Chocolate

📋 copy color: '#642B15'

red 100 ◦ green 43 ◦ blue 21

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

Shades of Baker's Chocolate #642B15

Tints of Baker's Chocolate #642B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

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

R = 60.98%
G = 26.22%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642B15 (or 0x642B15) is known color: Baker's Chocolate. HEX triplet: 64, 2B and 15. RGB value is (100,43,21). Sum of RGB (Red+Green+Blue) = 100+43+21=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #642B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B15 is #9BD4EA. Grayscale: #393939. Windows color (decimal): -10212587 or 1387364. OLE color: 1387364.

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

Color convert

RGB 100 43 21 -
CMYK 0 0.57 0.79 0.61
HSL 16.71º 0.65% 0.24% -
HSV(B) 16.71º 0.79% 0.39% -
XYZ 6.25 4.49 1.25 -
YUV 57.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 100 43 21 0 0.57 0.79 0.61 16.71 0.65 0.24
Hex 64 2B 15 0 39 4F 3D 11 41 18
Octal 144 53 25 0 71 117 75 21 101 30
Binary 1100100 101011 10101 0 111001 1001111 111101 10001 1000001 11000

Color Harmonies of #642B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B15

Black with #642B15

Text Example


Text Example

White with #642B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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