Html Css Color HEX #682004 Baker's Chocolate

📋 copy color: '#682004'

red 104 ◦ green 32 ◦ blue 4

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

Shades of Baker's Chocolate #682004

Tints of Baker's Chocolate #682004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

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

R = 74.29%
G = 22.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#682004 (or 0x682004) is known color: Baker's Chocolate. HEX triplet: 68, 20 and 04. RGB value is (104,32,4). Sum of RGB (Red+Green+Blue) = 104+32+4=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #682004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682004 is #97DFFB. Grayscale: #323232. Windows color (decimal): -9953276 or 270440. OLE color: 270440.

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

Color convert

RGB 104 32 4 -
CMYK 0 0.69 0.96 0.59
HSL 16.8º 0.93% 0.21% -
HSV(B) 16.8º 0.96% 0.41% -
XYZ 6.25 3.98 0.55 -
YUV 50.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 104 32 4 0 0.69 0.96 0.59 16.8 0.93 0.21
Hex 68 20 4 0 45 60 3B 11 5D 15
Octal 150 40 4 0 105 140 73 21 135 25
Binary 1101000 100000 100 0 1000101 1100000 111011 10001 1011101 10101

Color Harmonies of #682004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682004

Black with #682004

Text Example


Text Example

White with #682004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682004; }

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

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

background-color css

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

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

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

border-color css

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

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

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