Html Css Color HEX #68412A Semi-Sweet Chocolate

📋 copy color: '#68412A'

red 104 ◦ green 65 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #68412A

Tints of Semi-Sweet Chocolate #68412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 49.29%
G = 30.81%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68412A (or 0x68412A) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 41 and 2A. RGB value is (104,65,42). Sum of RGB (Red+Green+Blue) = 104+65+42=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68412A is #97BED5. Grayscale: #4A4A4A. Windows color (decimal): -9944790 or 2769256. OLE color: 2769256.

HSL color Cylindrical-coordinate representation of color #68412A: hue angle of 22.26º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68412A is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 42 -
CMYK 0 0.38 0.60 0.59
HSL 22.26º 0.42% 0.29% -
HSV(B) 22.26º 0.6% 0.41% -
XYZ 8.02 6.89 3.1 -
YUV 74.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 104 65 42 0 0.38 0.60 0.59 22.26 0.42 0.29
Hex 68 41 2A 0 26 3C 3B 16 2A 1D
Octal 150 101 52 0 46 74 73 26 52 35
Binary 1101000 1000001 101010 0 100110 111100 111011 10110 101010 11101

Color Harmonies of #68412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68412A

Black with #68412A

Text Example


Text Example

White with #68412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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