Html Css Color HEX #673118 Baker's Chocolate

📋 copy color: '#673118'

red 103 ◦ green 49 ◦ blue 24

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

Shades of Baker's Chocolate #673118

Tints of Baker's Chocolate #673118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 58.52%
G = 27.84%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#673118 (or 0x673118) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 18. RGB value is (103,49,24). Sum of RGB (Red+Green+Blue) = 103+49+24=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #673118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673118 is #98CEE7. Grayscale: #3E3E3E. Windows color (decimal): -10014440 or 1585511. OLE color: 1585511.

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

Color convert

RGB 103 49 24 -
CMYK 0 0.52 0.77 0.60
HSL 18.99º 0.62% 0.25% -
HSV(B) 18.99º 0.77% 0.4% -
XYZ 6.86 5.15 1.5 -
YUV 62.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 103 49 24 0 0.52 0.77 0.60 18.99 0.62 0.25
Hex 67 31 18 0 34 4D 3C 13 3E 19
Octal 147 61 30 0 64 115 74 23 76 31
Binary 1100111 110001 11000 0 110100 1001101 111100 10011 111110 11001

Color Harmonies of #673118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673118

Black with #673118

Text Example


Text Example

White with #673118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673118; }

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

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

background-color css

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

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

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

border-color css

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

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

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