Html Css Color HEX #642F15 Baker's Chocolate

📋 copy color: '#642F15'

red 100 ◦ green 47 ◦ blue 21

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

Shades of Baker's Chocolate #642F15

Tints of Baker's Chocolate #642F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

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

R = 59.52%
G = 27.98%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#642F15 (or 0x642F15) is known color: Baker's Chocolate. HEX triplet: 64, 2F and 15. RGB value is (100,47,21). Sum of RGB (Red+Green+Blue) = 100+47+21=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #642F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F15 is #9BD0EA. Grayscale: #3C3C3C. Windows color (decimal): -10211563 or 1388388. OLE color: 1388388.

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

Color convert

RGB 100 47 21 -
CMYK 0 0.53 0.79 0.61
HSL 19.75º 0.65% 0.24% -
HSV(B) 19.75º 0.79% 0.39% -
XYZ 6.41 4.8 1.3 -
YUV 59.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 100 47 21 0 0.53 0.79 0.61 19.75 0.65 0.24
Hex 64 2F 15 0 35 4F 3D 14 41 18
Octal 144 57 25 0 65 117 75 24 101 30
Binary 1100100 101111 10101 0 110101 1001111 111101 10100 1000001 11000

Color Harmonies of #642F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F15

Black with #642F15

Text Example


Text Example

White with #642F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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