Html Css Color HEX #672801 Baker's Chocolate

📋 copy color: '#672801'

red 103 ◦ green 40 ◦ blue 1

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

Shades of Baker's Chocolate #672801

Tints of Baker's Chocolate #672801

RGB

 RED value IS 103 (40.63% from 255) = 71.53%

 GREEN value IS 40 (16.02% from 255) = 27.78%

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

R = 71.53%
G = 27.78%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#672801 (or 0x672801) is known color: Baker's Chocolate. HEX triplet: 67, 28 and 01. RGB value is (103,40,1). Sum of RGB (Red+Green+Blue) = 103+40+1=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #672801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672801 is #98D7FE. Grayscale: #363636. Windows color (decimal): -10016767 or 75879. OLE color: 75879.

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

Color convert

RGB 103 40 1 -
CMYK 0 0.61 0.99 0.60
HSL 22.94º 0.98% 0.2% -
HSV(B) 22.94º 0.99% 0.4% -
XYZ 6.36 4.4 0.54 -
YUV 54.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 103 40 1 0 0.61 0.99 0.60 22.94 0.98 0.2
Hex 67 28 1 0 3D 63 3C 17 62 14
Octal 147 50 1 0 75 143 74 27 142 24
Binary 1100111 101000 1 0 111101 1100011 111100 10111 1100010 10100

Color Harmonies of #672801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672801

Black with #672801

Text Example


Text Example

White with #672801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672801; }

 p { color: rgb(103,40,1); }

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

background-color css

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

 a { background-color: rgb(103,40,1); }

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

border-color css

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

 span { border-color: rgb(103,40,1); }

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