Html Css Color HEX #68290D Baker's Chocolate

📋 copy color: '#68290D'

red 104 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #68290D

Tints of Baker's Chocolate #68290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

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

R = 65.82%
G = 25.95%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68290D (or 0x68290D) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 0D. RGB value is (104,41,13). Sum of RGB (Red+Green+Blue) = 104+41+13=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68290D is #97D6F2. Grayscale: #383838. Windows color (decimal): -9950963 or 862568. OLE color: 862568.

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

Color convert

RGB 104 41 13 -
CMYK 0 0.61 0.88 0.59
HSL 18.46º 0.78% 0.23% -
HSV(B) 18.46º 0.88% 0.41% -
XYZ 6.57 4.56 0.91 -
YUV 56.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 104 41 13 0 0.61 0.88 0.59 18.46 0.78 0.23
Hex 68 29 D 0 3D 58 3B 12 4E 17
Octal 150 51 15 0 75 130 73 22 116 27
Binary 1101000 101001 1101 0 111101 1011000 111011 10010 1001110 10111

Color Harmonies of #68290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68290D

Black with #68290D

Text Example


Text Example

White with #68290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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