Html Css Color HEX #68280B Baker's Chocolate

📋 copy color: '#68280B'

red 104 ◦ green 40 ◦ blue 11

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

Shades of Baker's Chocolate #68280B

Tints of Baker's Chocolate #68280B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 67.1%
G = 25.81%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68280B (or 0x68280B) is known color: Baker's Chocolate. HEX triplet: 68, 28 and 0B. RGB value is (104,40,11). Sum of RGB (Red+Green+Blue) = 104+40+11=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68280B is #97D7F4. Grayscale: #383838. Windows color (decimal): -9951221 or 731240. OLE color: 731240.

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

Color convert

RGB 104 40 11 -
CMYK 0 0.62 0.89 0.59
HSL 18.71º 0.81% 0.23% -
HSV(B) 18.71º 0.89% 0.41% -
XYZ 6.53 4.48 0.84 -
YUV 55.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 104 40 11 0 0.62 0.89 0.59 18.71 0.81 0.23
Hex 68 28 B 0 3E 59 3B 13 51 17
Octal 150 50 13 0 76 131 73 23 121 27
Binary 1101000 101000 1011 0 111110 1011001 111011 10011 1010001 10111

Color Harmonies of #68280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68280B

Black with #68280B

Text Example


Text Example

White with #68280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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