Html Css Color HEX #68390D Baker's Chocolate

📋 copy color: '#68390D'

red 104 ◦ green 57 ◦ blue 13

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

Shades of Baker's Chocolate #68390D

Tints of Baker's Chocolate #68390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

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

R = 59.77%
G = 32.76%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68390D (or 0x68390D) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 0D. RGB value is (104,57,13). Sum of RGB (Red+Green+Blue) = 104+57+13=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #68390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390D is #97C6F2. Grayscale: #424242. Windows color (decimal): -9946867 or 866664. OLE color: 866664.

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

Color convert

RGB 104 57 13 -
CMYK 0 0.45 0.88 0.59
HSL 29.01º 0.78% 0.23% -
HSV(B) 29.01º 0.88% 0.41% -
XYZ 7.24 5.9 1.14 -
YUV 66.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 104 57 13 0 0.45 0.88 0.59 29.01 0.78 0.23
Hex 68 39 D 0 2D 58 3B 1D 4E 17
Octal 150 71 15 0 55 130 73 35 116 27
Binary 1101000 111001 1101 0 101101 1011000 111011 11101 1001110 10111

Color Harmonies of #68390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68390D

Black with #68390D

Text Example


Text Example

White with #68390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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