Html Css Color HEX #68390B Baker's Chocolate

📋 copy color: '#68390B'

red 104 ◦ green 57 ◦ blue 11

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

Shades of Baker's Chocolate #68390B

Tints of Baker's Chocolate #68390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 60.47%
G = 33.14%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68390B (or 0x68390B) is known color: Baker's Chocolate. HEX triplet: 68, 39 and 0B. RGB value is (104,57,11). Sum of RGB (Red+Green+Blue) = 104+57+11=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68390B is #97C6F4. Grayscale: #424242. Windows color (decimal): -9946869 or 735592. OLE color: 735592.

HSL color Cylindrical-coordinate representation of color #68390B: hue angle of 29.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68390B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 11 -
CMYK 0 0.45 0.89 0.59
HSL 29.68º 0.81% 0.23% -
HSV(B) 29.68º 0.89% 0.41% -
XYZ 7.23 5.89 1.07 -
YUV 65.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 104 57 11 0 0.45 0.89 0.59 29.68 0.81 0.23
Hex 68 39 B 0 2D 59 3B 1E 51 17
Octal 150 71 13 0 55 131 73 36 121 27
Binary 1101000 111001 1011 0 101101 1011001 111011 11110 1010001 10111

Color Harmonies of #68390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68390B

Black with #68390B

Text Example


Text Example

White with #68390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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