Html Css Color HEX #672101 Baker's Chocolate

📋 copy color: '#672101'

red 103 ◦ green 33 ◦ blue 1

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

Shades of Baker's Chocolate #672101

Tints of Baker's Chocolate #672101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 75.18%
G = 24.09%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#672101 (or 0x672101) is known color: Baker's Chocolate. HEX triplet: 67, 21 and 01. RGB value is (103,33,1). Sum of RGB (Red+Green+Blue) = 103+33+1=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #672101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672101 is #98DEFE. Grayscale: #323232. Windows color (decimal): -10018559 or 74087. OLE color: 74087.

HSL color Cylindrical-coordinate representation of color #672101: hue angle of 18.82º 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 #672101 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 1 -
CMYK 0 0.68 0.99 0.60
HSL 18.82º 0.98% 0.2% -
HSV(B) 18.82º 0.99% 0.4% -
XYZ 6.14 3.97 0.47 -
YUV 50.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 103 33 1 0 0.68 0.99 0.60 18.82 0.98 0.2
Hex 67 21 1 0 44 63 3C 13 62 14
Octal 147 41 1 0 104 143 74 23 142 24
Binary 1100111 100001 1 0 1000100 1100011 111100 10011 1100010 10100

Color Harmonies of #672101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672101

Black with #672101

Text Example


Text Example

White with #672101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672101; }

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

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

background-color css

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

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

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

border-color css

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

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

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