Html Css Color HEX #68220B Baker's Chocolate

📋 copy color: '#68220B'

red 104 ◦ green 34 ◦ blue 11

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

Shades of Baker's Chocolate #68220B

Tints of Baker's Chocolate #68220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 69.8%
G = 22.82%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68220B (or 0x68220B) is known color: Baker's Chocolate. HEX triplet: 68, 22 and 0B. RGB value is (104,34,11). Sum of RGB (Red+Green+Blue) = 104+34+11=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68220B is #97DDF4. Grayscale: #343434. Windows color (decimal): -9952757 or 729704. OLE color: 729704.

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

Color convert

RGB 104 34 11 -
CMYK 0 0.67 0.89 0.59
HSL 14.84º 0.81% 0.23% -
HSV(B) 14.84º 0.89% 0.41% -
XYZ 6.34 4.11 0.78 -
YUV 52.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 104 34 11 0 0.67 0.89 0.59 14.84 0.81 0.23
Hex 68 22 B 0 43 59 3B F 51 17
Octal 150 42 13 0 103 131 73 17 121 27
Binary 1101000 100010 1011 0 1000011 1011001 111011 1111 1010001 10111

Color Harmonies of #68220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68220B

Black with #68220B

Text Example


Text Example

White with #68220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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