Html Css Color HEX #673701 Baker's Chocolate

📋 copy color: '#673701'

red 103 ◦ green 55 ◦ blue 1

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

Shades of Baker's Chocolate #673701

Tints of Baker's Chocolate #673701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

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

R = 64.78%
G = 34.59%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#673701 (or 0x673701) is known color: Baker's Chocolate. HEX triplet: 67, 37 and 01. RGB value is (103,55,1). Sum of RGB (Red+Green+Blue) = 103+55+1=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #673701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673701 is #98C8FE. Grayscale: #3F3F3F. Windows color (decimal): -10012927 or 79719. OLE color: 79719.

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

Color convert

RGB 103 55 1 -
CMYK 0 0.47 0.99 0.60
HSL 31.76º 0.98% 0.2% -
HSV(B) 31.76º 0.99% 0.4% -
XYZ 6.97 5.62 0.75 -
YUV 63.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 103 55 1 0 0.47 0.99 0.60 31.76 0.98 0.2
Hex 67 37 1 0 2F 63 3C 20 62 14
Octal 147 67 1 0 57 143 74 40 142 24
Binary 1100111 110111 1 0 101111 1100011 111100 100000 1100010 10100

Color Harmonies of #673701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673701

Black with #673701

Text Example


Text Example

White with #673701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673701; }

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

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

background-color css

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

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

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

border-color css

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

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

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