Html Css Color HEX #68370D Baker's Chocolate

📋 copy color: '#68370D'

red 104 ◦ green 55 ◦ blue 13

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

Shades of Baker's Chocolate #68370D

Tints of Baker's Chocolate #68370D

RGB

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

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

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

R = 60.47%
G = 31.98%
B = 7.56%

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

#68370D (or 0x68370D) is known color: Baker's Chocolate. HEX triplet: 68, 37 and 0D. RGB value is (104,55,13). Sum of RGB (Red+Green+Blue) = 104+55+13=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68370D is #97C8F2. Grayscale: #414141. Windows color (decimal): -9947379 or 866152. OLE color: 866152.

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

Color convert

RGB 104 55 13 -
CMYK 0 0.47 0.88 0.59
HSL 27.69º 0.78% 0.23% -
HSV(B) 27.69º 0.88% 0.41% -
XYZ 7.15 5.7 1.11 -
YUV 64.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 104 55 13 0 0.47 0.88 0.59 27.69 0.78 0.23
Hex 68 37 D 0 2F 58 3B 1C 4E 17
Octal 150 67 15 0 57 130 73 34 116 27
Binary 1101000 110111 1101 0 101111 1011000 111011 11100 1001110 10111

Color Harmonies of #68370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68370D

Black with #68370D

Text Example


Text Example

White with #68370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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