Html Css Color HEX #68432B Semi-Sweet Chocolate

📋 copy color: '#68432B'

red 104 ◦ green 67 ◦ blue 43

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

Shades of Semi-Sweet Chocolate #68432B

Tints of Semi-Sweet Chocolate #68432B

RGB

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

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

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

R = 48.6%
G = 31.31%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#68432B (or 0x68432B) is known color: Semi-Sweet Chocolate. HEX triplet: 68, 43 and 2B. RGB value is (104,67,43). Sum of RGB (Red+Green+Blue) = 104+67+43=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68432B is #97BCD4. Grayscale: #4B4B4B. Windows color (decimal): -9944277 or 2835304. OLE color: 2835304.

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

Color convert

RGB 104 67 43 -
CMYK 0 0.36 0.59 0.59
HSL 23.61º 0.41% 0.29% -
HSV(B) 23.61º 0.59% 0.41% -
XYZ 8.15 7.13 3.23 -
YUV 75.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 104 67 43 0 0.36 0.59 0.59 23.61 0.41 0.29
Hex 68 43 2B 0 24 3B 3B 18 29 1D
Octal 150 103 53 0 44 73 73 30 51 35
Binary 1101000 1000011 101011 0 100100 111011 111011 11000 101001 11101

Color Harmonies of #68432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68432B

Black with #68432B

Text Example


Text Example

White with #68432B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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