Html Css Color HEX #673515 Baker's Chocolate

📋 copy color: '#673515'

red 103 ◦ green 53 ◦ blue 21

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

Shades of Baker's Chocolate #673515

Tints of Baker's Chocolate #673515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.94%

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

R = 58.19%
G = 29.94%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#673515 (or 0x673515) is known color: Baker's Chocolate. HEX triplet: 67, 35 and 15. RGB value is (103,53,21). Sum of RGB (Red+Green+Blue) = 103+53+21=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #673515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673515 is #98CAEA. Grayscale: #404040. Windows color (decimal): -10013419 or 1389927. OLE color: 1389927.

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

Color convert

RGB 103 53 21 -
CMYK 0 0.49 0.80 0.60
HSL 23.41º 0.66% 0.24% -
HSV(B) 23.41º 0.8% 0.4% -
XYZ 7 5.48 1.4 -
YUV 64.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 103 53 21 0 0.49 0.80 0.60 23.41 0.66 0.24
Hex 67 35 15 0 31 50 3C 17 42 18
Octal 147 65 25 0 61 120 74 27 102 30
Binary 1100111 110101 10101 0 110001 1010000 111100 10111 1000010 11000

Color Harmonies of #673515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673515

Black with #673515

Text Example


Text Example

White with #673515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673515; }

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

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

background-color css

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

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

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

border-color css

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

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

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