Html Css Color HEX #68402B Semi-Sweet Chocolate

📋 copy color: '#68402B'

red 104 ◦ green 64 ◦ blue 43

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

Shades of Semi-Sweet Chocolate #68402B

Tints of Semi-Sweet Chocolate #68402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 49.29%
G = 30.33%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68402B (or 0x68402B) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 40 and 2B. RGB value is (104,64,43). Sum of RGB (Red+Green+Blue) = 104+64+43=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68402B is #97BFD4. Grayscale: #494949. Windows color (decimal): -9945045 or 2834536. OLE color: 2834536.

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

Color convert

RGB 104 64 43 -
CMYK 0 0.38 0.59 0.59
HSL 20.66º 0.41% 0.29% -
HSV(B) 20.66º 0.59% 0.41% -
XYZ 7.98 6.78 3.17 -
YUV 73.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 104 64 43 0 0.38 0.59 0.59 20.66 0.41 0.29
Hex 68 40 2B 0 26 3B 3B 15 29 1D
Octal 150 100 53 0 46 73 73 25 51 35
Binary 1101000 1000000 101011 0 100110 111011 111011 10101 101001 11101

Color Harmonies of #68402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68402B

Black with #68402B

Text Example


Text Example

White with #68402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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