Html Css Color HEX #673A08 Baker's Chocolate

📋 copy color: '#673A08'

red 103 ◦ green 58 ◦ blue 8

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

Shades of Baker's Chocolate #673A08

Tints of Baker's Chocolate #673A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.32%

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 60.95%
G = 34.32%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#673A08 (or 0x673A08) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 08. RGB value is (103,58,8). Sum of RGB (Red+Green+Blue) = 103+58+8=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #673A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A08 is #98C5F7. Grayscale: #424242. Windows color (decimal): -10012152 or 539239. OLE color: 539239.

HSL color Cylindrical-coordinate representation of color #673A08: hue angle of 31.58º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #673A08 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 58 8 -
CMYK 0 0.44 0.92 0.60
HSL 31.58º 0.86% 0.22% -
HSV(B) 31.58º 0.92% 0.4% -
XYZ 7.15 5.93 1 -
YUV 65.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 103 58 8 0 0.44 0.92 0.60 31.58 0.86 0.22
Hex 67 3A 8 0 2C 5C 3C 20 56 16
Octal 147 72 10 0 54 134 74 40 126 26
Binary 1100111 111010 1000 0 101100 1011100 111100 100000 1010110 10110

Color Harmonies of #673A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673A08

Black with #673A08

Text Example


Text Example

White with #673A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673A08; }

 p { color: rgb(103,58,8); }

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

background-color css

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

 a { background-color: rgb(103,58,8); }

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

border-color css

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

 span { border-color: rgb(103,58,8); }

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