Html Css Color HEX #68370B Baker's Chocolate

📋 copy color: '#68370B'

red 104 ◦ green 55 ◦ blue 11

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

Shades of Baker's Chocolate #68370B

Tints of Baker's Chocolate #68370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

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

R = 61.18%
G = 32.35%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68370B (or 0x68370B) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 0B. RGB value is (104,55,11). Sum of RGB (Red+Green+Blue) = 104+55+11=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68370B is #97C8F4. Grayscale: #404040. Windows color (decimal): -9947381 or 735080. OLE color: 735080.

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

Color convert

RGB 104 55 11 -
CMYK 0 0.47 0.89 0.59
HSL 28.39º 0.81% 0.23% -
HSV(B) 28.39º 0.89% 0.41% -
XYZ 7.14 5.7 1.04 -
YUV 64.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 104 55 11 0 0.47 0.89 0.59 28.39 0.81 0.23
Hex 68 37 B 0 2F 59 3B 1C 51 17
Octal 150 67 13 0 57 131 73 34 121 27
Binary 1101000 110111 1011 0 101111 1011001 111011 11100 1010001 10111

Color Harmonies of #68370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68370B

Black with #68370B

Text Example


Text Example

White with #68370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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