Html Css Color HEX #68452A Semi-Sweet Chocolate

📋 copy color: '#68452A'

red 104 ◦ green 69 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #68452A

Tints of Semi-Sweet Chocolate #68452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 48.37%
G = 32.09%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#68452A (or 0x68452A) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 45 and 2A. RGB value is (104,69,42). Sum of RGB (Red+Green+Blue) = 104+69+42=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68452A is #97BAD5. Grayscale: #4C4C4C. Windows color (decimal): -9943766 or 2770280. OLE color: 2770280.

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

Color convert

RGB 104 69 42 -
CMYK 0 0.34 0.60 0.59
HSL 26.13º 0.42% 0.29% -
HSV(B) 26.13º 0.6% 0.41% -
XYZ 8.25 7.37 3.18 -
YUV 76.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 104 69 42 0 0.34 0.60 0.59 26.13 0.42 0.29
Hex 68 45 2A 0 22 3C 3B 1A 2A 1D
Octal 150 105 52 0 42 74 73 32 52 35
Binary 1101000 1000101 101010 0 100010 111100 111011 11010 101010 11101

Color Harmonies of #68452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68452A

Black with #68452A

Text Example


Text Example

White with #68452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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