Html Css Color HEX #642F0F Baker's Chocolate

📋 copy color: '#642F0F'

red 100 ◦ green 47 ◦ blue 15

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

Shades of Baker's Chocolate #642F0F

Tints of Baker's Chocolate #642F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 61.73%
G = 29.01%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#642F0F (or 0x642F0F) is known color: Baker's Chocolate. HEX triplet: 64, 2F and 0F. RGB value is (100,47,15). Sum of RGB (Red+Green+Blue) = 100+47+15=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #642F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F0F is #9BD0F0. Grayscale: #3B3B3B. Windows color (decimal): -10211569 or 995172. OLE color: 995172.

HSL color Cylindrical-coordinate representation of color #642F0F: hue angle of 22.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #642F0F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 47 15 -
CMYK 0 0.53 0.85 0.61
HSL 22.59º 0.74% 0.23% -
HSV(B) 22.59º 0.85% 0.39% -
XYZ 6.36 4.78 1.04 -
YUV 59.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 100 47 15 0 0.53 0.85 0.61 22.59 0.74 0.23
Hex 64 2F F 0 35 55 3D 17 4A 17
Octal 144 57 17 0 65 125 75 27 112 27
Binary 1100100 101111 1111 0 110101 1010101 111101 10111 1001010 10111

Color Harmonies of #642F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F0F

Black with #642F0F

Text Example


Text Example

White with #642F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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