Html Css Color HEX #673418 Baker's Chocolate

📋 copy color: '#673418'

red 103 ◦ green 52 ◦ blue 24

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

Shades of Baker's Chocolate #673418

Tints of Baker's Chocolate #673418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.05%

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

R = 57.54%
G = 29.05%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#673418 (or 0x673418) is known color: Baker's Chocolate. HEX triplet: 67, 34 and 18. RGB value is (103,52,24). Sum of RGB (Red+Green+Blue) = 103+52+24=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #673418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673418 is #98CBE7. Grayscale: #404040. Windows color (decimal): -10013672 or 1586279. OLE color: 1586279.

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

Color convert

RGB 103 52 24 -
CMYK 0 0.50 0.77 0.60
HSL 21.27º 0.62% 0.25% -
HSV(B) 21.27º 0.77% 0.4% -
XYZ 6.99 5.41 1.54 -
YUV 64.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 103 52 24 0 0.50 0.77 0.60 21.27 0.62 0.25
Hex 67 34 18 0 32 4D 3C 15 3E 19
Octal 147 64 30 0 62 115 74 25 76 31
Binary 1100111 110100 11000 0 110010 1001101 111100 10101 111110 11001

Color Harmonies of #673418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673418

Black with #673418

Text Example


Text Example

White with #673418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673418; }

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

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

background-color css

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

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

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

border-color css

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

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

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