Html Css Color HEX #68402A Semi-Sweet Chocolate

📋 copy color: '#68402A'

red 104 ◦ green 64 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #68402A

Tints of Semi-Sweet Chocolate #68402A

RGB

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

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

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

R = 49.52%
G = 30.48%
B = 20%

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

#68402A (or 0x68402A) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 40 and 2A. RGB value is (104,64,42). Sum of RGB (Red+Green+Blue) = 104+64+42=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #68402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68402A is #97BFD5. Grayscale: #494949. Windows color (decimal): -9945046 or 2769000. OLE color: 2769000.

HSL color Cylindrical-coordinate representation of color #68402A: hue angle of 21.29º 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 #68402A is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 42 -
CMYK 0 0.38 0.60 0.59
HSL 21.29º 0.42% 0.29% -
HSV(B) 21.29º 0.6% 0.41% -
XYZ 7.96 6.78 3.08 -
YUV 73.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 104 64 42 0 0.38 0.60 0.59 21.29 0.42 0.29
Hex 68 40 2A 0 26 3C 3B 15 2A 1D
Octal 150 100 52 0 46 74 73 25 52 35
Binary 1101000 1000000 101010 0 100110 111100 111011 10101 101010 11101

Color Harmonies of #68402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68402A

Black with #68402A

Text Example


Text Example

White with #68402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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