Html Css Color HEX #68260B Baker's Chocolate

📋 copy color: '#68260B'

red 104 ◦ green 38 ◦ blue 11

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

Shades of Baker's Chocolate #68260B

Tints of Baker's Chocolate #68260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.84%

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

R = 67.97%
G = 24.84%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68260B (or 0x68260B) is known color: Baker's Chocolate. HEX triplet: 68, 26 and 0B. RGB value is (104,38,11). Sum of RGB (Red+Green+Blue) = 104+38+11=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68260B is #97D9F4. Grayscale: #363636. Windows color (decimal): -9951733 or 730728. OLE color: 730728.

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

Color convert

RGB 104 38 11 -
CMYK 0 0.63 0.89 0.59
HSL 17.42º 0.81% 0.23% -
HSV(B) 17.42º 0.89% 0.41% -
XYZ 6.46 4.35 0.82 -
YUV 54.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 104 38 11 0 0.63 0.89 0.59 17.42 0.81 0.23
Hex 68 26 B 0 3F 59 3B 11 51 17
Octal 150 46 13 0 77 131 73 21 121 27
Binary 1101000 100110 1011 0 111111 1011001 111011 10001 1010001 10111

Color Harmonies of #68260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68260B

Black with #68260B

Text Example


Text Example

White with #68260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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