Html Css Color HEX #68280D Baker's Chocolate

📋 copy color: '#68280D'

red 104 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #68280D

Tints of Baker's Chocolate #68280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 66.24%
G = 25.48%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68280D (or 0x68280D) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 0D. RGB value is (104,40,13). Sum of RGB (Red+Green+Blue) = 104+40+13=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68280D is #97D7F2. Grayscale: #383838. Windows color (decimal): -9951219 or 862312. OLE color: 862312.

HSL color Cylindrical-coordinate representation of color #68280D: hue angle of 17.8º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68280D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 40 13 -
CMYK 0 0.62 0.88 0.59
HSL 17.8º 0.78% 0.23% -
HSV(B) 17.8º 0.88% 0.41% -
XYZ 6.54 4.49 0.9 -
YUV 56.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 104 40 13 0 0.62 0.88 0.59 17.8 0.78 0.23
Hex 68 28 D 0 3E 58 3B 12 4E 17
Octal 150 50 15 0 76 130 73 22 116 27
Binary 1101000 101000 1101 0 111110 1011000 111011 10010 1001110 10111

Color Harmonies of #68280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68280D

Black with #68280D

Text Example


Text Example

White with #68280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68280D; }

 p { color: rgb(104,40,13); }

 H1.HeaderClassName
 {
   color: #68280D;
 }
 .AnyTagClassName
 {
   color: #68280D;
 }
</style>

background-color css

<style>
 a { background-color: #68280D; }

 a { background-color: rgb(104,40,13); }

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

border-color css

<style>
 span { border-color: #68280D; }

 span { border-color: rgb(104,40,13); }

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