Html Css Color HEX #68370C Baker's Chocolate

📋 copy color: '#68370C'

red 104 ◦ green 55 ◦ blue 12

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

Shades of Baker's Chocolate #68370C

Tints of Baker's Chocolate #68370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 60.82%
G = 32.16%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68370C (or 0x68370C) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 0C. RGB value is (104,55,12). Sum of RGB (Red+Green+Blue) = 104+55+12=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68370C is #97C8F3. Grayscale: #404040. Windows color (decimal): -9947380 or 800616. OLE color: 800616.

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

Color convert

RGB 104 55 12 -
CMYK 0 0.47 0.88 0.59
HSL 28.04º 0.79% 0.23% -
HSV(B) 28.04º 0.88% 0.41% -
XYZ 7.14 5.7 1.07 -
YUV 64.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 104 55 12 0 0.47 0.88 0.59 28.04 0.79 0.23
Hex 68 37 C 0 2F 58 3B 1C 4F 17
Octal 150 67 14 0 57 130 73 34 117 27
Binary 1101000 110111 1100 0 101111 1011000 111011 11100 1001111 10111

Color Harmonies of #68370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68370C

Black with #68370C

Text Example


Text Example

White with #68370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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