Html Css Color HEX #684126 Semi-Sweet Chocolate

📋 copy color: '#684126'

red 104 ◦ green 65 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #684126

Tints of Semi-Sweet Chocolate #684126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 50.24%
G = 31.4%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#684126 (or 0x684126) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 41 and 26. RGB value is (104,65,38). Sum of RGB (Red+Green+Blue) = 104+65+38=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #684126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684126 is #97BED9. Grayscale: #494949. Windows color (decimal): -9944794 or 2507112. OLE color: 2507112.

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

Color convert

RGB 104 65 38 -
CMYK 0 0.38 0.63 0.59
HSL 24.55º 0.46% 0.28% -
HSV(B) 24.55º 0.63% 0.41% -
XYZ 7.95 6.86 2.74 -
YUV 73.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 104 65 38 0 0.38 0.63 0.59 24.55 0.46 0.28
Hex 68 41 26 0 26 3F 3B 19 2E 1C
Octal 150 101 46 0 46 77 73 31 56 34
Binary 1101000 1000001 100110 0 100110 111111 111011 11001 101110 11100

Color Harmonies of #684126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684126

Black with #684126

Text Example


Text Example

White with #684126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684126; }

 p { color: rgb(104,65,38); }

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

background-color css

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

 a { background-color: rgb(104,65,38); }

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

border-color css

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

 span { border-color: rgb(104,65,38); }

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