Html Css Color HEX #673315 Baker's Chocolate

📋 copy color: '#673315'

red 103 ◦ green 51 ◦ blue 21

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

Shades of Baker's Chocolate #673315

Tints of Baker's Chocolate #673315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 58.86%
G = 29.14%
B = 12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#673315 (or 0x673315) is known color: Baker's Chocolate. HEX triplet: 67, 33 and 15. RGB value is (103,51,21). Sum of RGB (Red+Green+Blue) = 103+51+21=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #673315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673315 is #98CCEA. Grayscale: #3F3F3F. Windows color (decimal): -10013931 or 1389415. OLE color: 1389415.

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

Color convert

RGB 103 51 21 -
CMYK 0 0.50 0.80 0.60
HSL 21.95º 0.66% 0.24% -
HSV(B) 21.95º 0.8% 0.4% -
XYZ 6.91 5.31 1.37 -
YUV 63.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 103 51 21 0 0.50 0.80 0.60 21.95 0.66 0.24
Hex 67 33 15 0 32 50 3C 16 42 18
Octal 147 63 25 0 62 120 74 26 102 30
Binary 1100111 110011 10101 0 110010 1010000 111100 10110 1000010 11000

Color Harmonies of #673315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673315

Black with #673315

Text Example


Text Example

White with #673315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673315; }

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

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

background-color css

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

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

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

border-color css

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

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

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