Html Css Color HEX #68432A Semi-Sweet Chocolate

📋 copy color: '#68432A'

red 104 ◦ green 67 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #68432A

Tints of Semi-Sweet Chocolate #68432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 48.83%
G = 31.46%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68432A (or 0x68432A) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 43 and 2A. RGB value is (104,67,42). Sum of RGB (Red+Green+Blue) = 104+67+42=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68432A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68432A is #97BCD5. Grayscale: #4B4B4B. Windows color (decimal): -9944278 or 2769768. OLE color: 2769768.

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

Color convert

RGB 104 67 42 -
CMYK 0 0.36 0.60 0.59
HSL 24.19º 0.42% 0.29% -
HSV(B) 24.19º 0.6% 0.41% -
XYZ 8.13 7.12 3.14 -
YUV 75.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 104 67 42 0 0.36 0.60 0.59 24.19 0.42 0.29
Hex 68 43 2A 0 24 3C 3B 18 2A 1D
Octal 150 103 52 0 44 74 73 30 52 35
Binary 1101000 1000011 101010 0 100100 111100 111011 11000 101010 11101

Color Harmonies of #68432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68432A

Black with #68432A

Text Example


Text Example

White with #68432A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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