Html Css Color HEX #68350B Baker's Chocolate

📋 copy color: '#68350B'

red 104 ◦ green 53 ◦ blue 11

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

Shades of Baker's Chocolate #68350B

Tints of Baker's Chocolate #68350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.55%

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

R = 61.9%
G = 31.55%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68350B (or 0x68350B) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 0B. RGB value is (104,53,11). Sum of RGB (Red+Green+Blue) = 104+53+11=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68350B is #97CAF4. Grayscale: #3F3F3F. Windows color (decimal): -9947893 or 734568. OLE color: 734568.

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

Color convert

RGB 104 53 11 -
CMYK 0 0.49 0.89 0.59
HSL 27.1º 0.81% 0.23% -
HSV(B) 27.1º 0.89% 0.41% -
XYZ 7.04 5.51 1.01 -
YUV 63.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 104 53 11 0 0.49 0.89 0.59 27.1 0.81 0.23
Hex 68 35 B 0 31 59 3B 1B 51 17
Octal 150 65 13 0 61 131 73 33 121 27
Binary 1101000 110101 1011 0 110001 1011001 111011 11011 1010001 10111

Color Harmonies of #68350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68350B

Black with #68350B

Text Example


Text Example

White with #68350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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