Html Css Color HEX #684028 Semi-Sweet Chocolate

📋 copy color: '#684028'

red 104 ◦ green 64 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #684028

Tints of Semi-Sweet Chocolate #684028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 50%
G = 30.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#684028 (or 0x684028) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 40 and 28. RGB value is (104,64,40). Sum of RGB (Red+Green+Blue) = 104+64+40=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #684028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684028 is #97BFD7. Grayscale: #494949. Windows color (decimal): -9945048 or 2637928. OLE color: 2637928.

HSL color Cylindrical-coordinate representation of color #684028: hue angle of 22.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684028 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 40 -
CMYK 0 0.38 0.62 0.59
HSL 22.5º 0.44% 0.28% -
HSV(B) 22.5º 0.62% 0.41% -
XYZ 7.93 6.76 2.9 -
YUV 73.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 104 64 40 0 0.38 0.62 0.59 22.5 0.44 0.28
Hex 68 40 28 0 26 3E 3B 16 2C 1C
Octal 150 100 50 0 46 76 73 26 54 34
Binary 1101000 1000000 101000 0 100110 111110 111011 10110 101100 11100

Color Harmonies of #684028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684028

Black with #684028

Text Example


Text Example

White with #684028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684028; }

 p { color: rgb(104,64,40); }

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

background-color css

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

 a { background-color: rgb(104,64,40); }

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

border-color css

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

 span { border-color: rgb(104,64,40); }

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