Html Css Color HEX #673613 Baker's Chocolate

📋 copy color: '#673613'

red 103 ◦ green 54 ◦ blue 19

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

Shades of Baker's Chocolate #673613

Tints of Baker's Chocolate #673613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 58.52%
G = 30.68%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#673613 (or 0x673613) is known color: Baker's Chocolate. HEX triplet: 67, 36 and 13. RGB value is (103,54,19). Sum of RGB (Red+Green+Blue) = 103+54+19=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #673613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673613 is #98C9EC. Grayscale: #404040. Windows color (decimal): -10013165 or 1259111. OLE color: 1259111.

HSL color Cylindrical-coordinate representation of color #673613: hue angle of 25º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #673613 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 54 19 -
CMYK 0 0.48 0.82 0.60
HSL 25º 0.69% 0.24% -
HSV(B) 25º 0.82% 0.4% -
XYZ 7.03 5.57 1.32 -
YUV 64.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 103 54 19 0 0.48 0.82 0.60 25 0.69 0.24
Hex 67 36 13 0 30 52 3C 19 45 18
Octal 147 66 23 0 60 122 74 31 105 30
Binary 1100111 110110 10011 0 110000 1010010 111100 11001 1000101 11000

Color Harmonies of #673613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673613

Black with #673613

Text Example


Text Example

White with #673613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673613; }

 p { color: rgb(103,54,19); }

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

background-color css

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

 a { background-color: rgb(103,54,19); }

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

border-color css

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

 span { border-color: rgb(103,54,19); }

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