Html Css Color HEX #68310D Baker's Chocolate

📋 copy color: '#68310D'

red 104 ◦ green 49 ◦ blue 13

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

Shades of Baker's Chocolate #68310D

Tints of Baker's Chocolate #68310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

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

R = 62.65%
G = 29.52%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68310D (or 0x68310D) is known color: Baker's Chocolate. HEX triplet: 68, 31 and 0D. RGB value is (104,49,13). Sum of RGB (Red+Green+Blue) = 104+49+13=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68310D is #97CEF2. Grayscale: #3D3D3D. Windows color (decimal): -9948915 or 864616. OLE color: 864616.

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

Color convert

RGB 104 49 13 -
CMYK 0 0.53 0.88 0.59
HSL 23.74º 0.78% 0.23% -
HSV(B) 23.74º 0.88% 0.41% -
XYZ 6.88 5.17 1.02 -
YUV 61.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 104 49 13 0 0.53 0.88 0.59 23.74 0.78 0.23
Hex 68 31 D 0 35 58 3B 18 4E 17
Octal 150 61 15 0 65 130 73 30 116 27
Binary 1101000 110001 1101 0 110101 1011000 111011 11000 1001110 10111

Color Harmonies of #68310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68310D

Black with #68310D

Text Example


Text Example

White with #68310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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