Html Css Color HEX #673115 Baker's Chocolate

📋 copy color: '#673115'

red 103 ◦ green 49 ◦ blue 21

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

Shades of Baker's Chocolate #673115

Tints of Baker's Chocolate #673115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 59.54%
G = 28.32%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#673115 (or 0x673115) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 15. RGB value is (103,49,21). Sum of RGB (Red+Green+Blue) = 103+49+21=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #673115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673115 is #98CEEA. Grayscale: #3E3E3E. Windows color (decimal): -10014443 or 1388903. OLE color: 1388903.

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

Color convert

RGB 103 49 21 -
CMYK 0 0.52 0.80 0.60
HSL 20.49º 0.66% 0.24% -
HSV(B) 20.49º 0.8% 0.4% -
XYZ 6.83 5.13 1.34 -
YUV 61.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 103 49 21 0 0.52 0.80 0.60 20.49 0.66 0.24
Hex 67 31 15 0 34 50 3C 14 42 18
Octal 147 61 25 0 64 120 74 24 102 30
Binary 1100111 110001 10101 0 110100 1010000 111100 10100 1000010 11000

Color Harmonies of #673115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673115

Black with #673115

Text Example


Text Example

White with #673115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673115; }

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

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

background-color css

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

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

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

border-color css

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

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

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