Html Css Color HEX #683104 Baker's Chocolate

📋 copy color: '#683104'

red 104 ◦ green 49 ◦ blue 4

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

Shades of Baker's Chocolate #683104

Tints of Baker's Chocolate #683104

RGB

 RED value IS 104 (41.02% from 255) = 66.24%

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

 BLUE value IS 4 (1.95% from 255) = 2.55%

R = 66.24%
G = 31.21%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#683104 (or 0x683104) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 04. RGB value is (104,49,4). Sum of RGB (Red+Green+Blue) = 104+49+4=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #683104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683104 is #97CEFB. Grayscale: #3C3C3C. Windows color (decimal): -9948924 or 274792. OLE color: 274792.

HSL color Cylindrical-coordinate representation of color #683104: hue angle of 27º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #683104 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 4 -
CMYK 0 0.53 0.96 0.59
HSL 27º 0.93% 0.21% -
HSV(B) 27º 0.96% 0.41% -
XYZ 6.83 5.15 0.75 -
YUV 60.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 104 49 4 0 0.53 0.96 0.59 27 0.93 0.21
Hex 68 31 4 0 35 60 3B 1B 5D 15
Octal 150 61 4 0 65 140 73 33 135 25
Binary 1101000 110001 100 0 110101 1100000 111011 11011 1011101 10101

Color Harmonies of #683104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683104

Black with #683104

Text Example


Text Example

White with #683104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683104; }

 p { color: rgb(104,49,4); }

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

background-color css

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

 a { background-color: rgb(104,49,4); }

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

border-color css

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

 span { border-color: rgb(104,49,4); }

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