Html Css Color HEX #684125 Semi-Sweet Chocolate

📋 copy color: '#684125'

red 104 ◦ green 65 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #684125

Tints of Semi-Sweet Chocolate #684125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 50.49%
G = 31.55%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#684125 (or 0x684125) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 41 and 25. RGB value is (104,65,37). Sum of RGB (Red+Green+Blue) = 104+65+37=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #684125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684125 is #97BEDA. Grayscale: #494949. Windows color (decimal): -9944795 or 2441576. OLE color: 2441576.

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

Color convert

RGB 104 65 37 -
CMYK 0 0.38 0.64 0.59
HSL 25.07º 0.48% 0.28% -
HSV(B) 25.07º 0.64% 0.41% -
XYZ 7.93 6.86 2.66 -
YUV 73.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 104 65 37 0 0.38 0.64 0.59 25.07 0.48 0.28
Hex 68 41 25 0 26 40 3B 19 30 1C
Octal 150 101 45 0 46 100 73 31 60 34
Binary 1101000 1000001 100101 0 100110 1000000 111011 11001 110000 11100

Color Harmonies of #684125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684125

Black with #684125

Text Example


Text Example

White with #684125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684125; }

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

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

background-color css

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

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

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

border-color css

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

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

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