Html Css Color HEX #673114 Baker's Chocolate

📋 copy color: '#673114'

red 103 ◦ green 49 ◦ blue 20

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

Shades of Baker's Chocolate #673114

Tints of Baker's Chocolate #673114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 20 (8.2% from 255) = 11.63%

R = 59.88%
G = 28.49%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#673114 (or 0x673114) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 14. RGB value is (103,49,20). Sum of RGB (Red+Green+Blue) = 103+49+20=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #673114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673114 is #98CEEB. Grayscale: #3E3E3E. Windows color (decimal): -10014444 or 1323367. OLE color: 1323367.

HSL color Cylindrical-coordinate representation of color #673114: hue angle of 20.96º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #673114 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 49 20 -
CMYK 0 0.52 0.81 0.60
HSL 20.96º 0.67% 0.24% -
HSV(B) 20.96º 0.81% 0.4% -
XYZ 6.82 5.13 1.29 -
YUV 61.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 103 49 20 0 0.52 0.81 0.60 20.96 0.67 0.24
Hex 67 31 14 0 34 51 3C 15 43 18
Octal 147 61 24 0 64 121 74 25 103 30
Binary 1100111 110001 10100 0 110100 1010001 111100 10101 1000011 11000

Color Harmonies of #673114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673114

Black with #673114

Text Example


Text Example

White with #673114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673114; }

 p { color: rgb(103,49,20); }

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

background-color css

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

 a { background-color: rgb(103,49,20); }

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

border-color css

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

 span { border-color: rgb(103,49,20); }

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