Html Css Color HEX #641E01 Baker's Chocolate

📋 copy color: '#641E01'

red 100 ◦ green 30 ◦ blue 1

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

Shades of Baker's Chocolate #641E01

Tints of Baker's Chocolate #641E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.9%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 76.34%
G = 22.9%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#641E01 (or 0x641E01) is known color: Baker's Chocolate. HEX triplet: 64, 1E and 01. RGB value is (100,30,1). Sum of RGB (Red+Green+Blue) = 100+30+1=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #641E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E01 is #9BE1FE. Grayscale: #2F2F2F. Windows color (decimal): -10215935 or 73316. OLE color: 73316.

HSL color Cylindrical-coordinate representation of color #641E01: hue angle of 17.58º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #641E01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 30 1 -
CMYK 0 0.70 0.99 0.61
HSL 17.58º 0.98% 0.2% -
HSV(B) 17.58º 0.99% 0.39% -
XYZ 5.73 3.64 0.43 -
YUV 47.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 100 30 1 0 0.70 0.99 0.61 17.58 0.98 0.2
Hex 64 1E 1 0 46 63 3D 12 62 14
Octal 144 36 1 0 106 143 75 22 142 24
Binary 1100100 11110 1 0 1000110 1100011 111101 10010 1100010 10100

Color Harmonies of #641E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E01

Black with #641E01

Text Example


Text Example

White with #641E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641E01; }

 p { color: rgb(100,30,1); }

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

background-color css

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

 a { background-color: rgb(100,30,1); }

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

border-color css

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

 span { border-color: rgb(100,30,1); }

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