Html Css Color HEX #683204 Baker's Chocolate

📋 copy color: '#683204'

red 104 ◦ green 50 ◦ blue 4

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

Shades of Baker's Chocolate #683204

Tints of Baker's Chocolate #683204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

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

R = 65.82%
G = 31.65%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#683204 (or 0x683204) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 04. RGB value is (104,50,4). Sum of RGB (Red+Green+Blue) = 104+50+4=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #683204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683204 is #97CDFB. Grayscale: #3D3D3D. Windows color (decimal): -9948668 or 275048. OLE color: 275048.

HSL color Cylindrical-coordinate representation of color #683204: hue angle of 27.6º 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 #683204 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 50 4 -
CMYK 0 0.52 0.96 0.59
HSL 27.6º 0.93% 0.21% -
HSV(B) 27.6º 0.96% 0.41% -
XYZ 6.87 5.23 0.76 -
YUV 60.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 104 50 4 0 0.52 0.96 0.59 27.6 0.93 0.21
Hex 68 32 4 0 34 60 3B 1C 5D 15
Octal 150 62 4 0 64 140 73 34 135 25
Binary 1101000 110010 100 0 110100 1100000 111011 11100 1011101 10101

Color Harmonies of #683204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683204

Black with #683204

Text Example


Text Example

White with #683204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683204; }

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

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

background-color css

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

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

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

border-color css

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

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

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