Html Css Color HEX #683C1F Semi-Sweet Chocolate

📋 copy color: '#683C1F'

red 104 ◦ green 60 ◦ blue 31

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

Shades of Semi-Sweet Chocolate #683C1F

Tints of Semi-Sweet Chocolate #683C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 53.33%
G = 30.77%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#683C1F (or 0x683C1F) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 3C and 1F. RGB value is (104,60,31). Sum of RGB (Red+Green+Blue) = 104+60+31=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #683C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C1F is #97C3E0. Grayscale: #464646. Windows color (decimal): -9946081 or 2047080. OLE color: 2047080.

HSL color Cylindrical-coordinate representation of color #683C1F: hue angle of 23.84º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #683C1F is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 31 -
CMYK 0 0.42 0.70 0.59
HSL 23.84º 0.54% 0.26% -
HSV(B) 23.84º 0.7% 0.41% -
XYZ 7.57 6.27 2.11 -
YUV 69.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 104 60 31 0 0.42 0.70 0.59 23.84 0.54 0.26
Hex 68 3C 1F 0 2A 46 3B 18 36 1A
Octal 150 74 37 0 52 106 73 30 66 32
Binary 1101000 111100 11111 0 101010 1000110 111011 11000 110110 11010

Color Harmonies of #683C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C1F

Black with #683C1F

Text Example


Text Example

White with #683C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C1F; }

 p { color: rgb(104,60,31); }

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

background-color css

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

 a { background-color: rgb(104,60,31); }

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

border-color css

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

 span { border-color: rgb(104,60,31); }

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