Html Css Color HEX #68360B Baker's Chocolate

📋 copy color: '#68360B'

red 104 ◦ green 54 ◦ blue 11

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

Shades of Baker's Chocolate #68360B

Tints of Baker's Chocolate #68360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.95%

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

R = 61.54%
G = 31.95%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68360B (or 0x68360B) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 0B. RGB value is (104,54,11). Sum of RGB (Red+Green+Blue) = 104+54+11=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360B is #97C9F4. Grayscale: #404040. Windows color (decimal): -9947637 or 734824. OLE color: 734824.

HSL color Cylindrical-coordinate representation of color #68360B: hue angle of 27.74º 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 #68360B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 11 -
CMYK 0 0.48 0.89 0.59
HSL 27.74º 0.81% 0.23% -
HSV(B) 27.74º 0.89% 0.41% -
XYZ 7.09 5.61 1.02 -
YUV 64.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 104 54 11 0 0.48 0.89 0.59 27.74 0.81 0.23
Hex 68 36 B 0 30 59 3B 1C 51 17
Octal 150 66 13 0 60 131 73 34 121 27
Binary 1101000 110110 1011 0 110000 1011001 111011 11100 1010001 10111

Color Harmonies of #68360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68360B

Black with #68360B

Text Example


Text Example

White with #68360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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