Html Css Color HEX #68330B Baker's Chocolate

📋 copy color: '#68330B'

red 104 ◦ green 51 ◦ blue 11

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

Shades of Baker's Chocolate #68330B

Tints of Baker's Chocolate #68330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

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

R = 62.65%
G = 30.72%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68330B (or 0x68330B) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 0B. RGB value is (104,51,11). Sum of RGB (Red+Green+Blue) = 104+51+11=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68330B is #97CCF4. Grayscale: #3E3E3E. Windows color (decimal): -9948405 or 734056. OLE color: 734056.

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

Color convert

RGB 104 51 11 -
CMYK 0 0.51 0.89 0.59
HSL 25.81º 0.81% 0.23% -
HSV(B) 25.81º 0.89% 0.41% -
XYZ 6.95 5.33 0.98 -
YUV 62.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 104 51 11 0 0.51 0.89 0.59 25.81 0.81 0.23
Hex 68 33 B 0 33 59 3B 1A 51 17
Octal 150 63 13 0 63 131 73 32 121 27
Binary 1101000 110011 1011 0 110011 1011001 111011 11010 1010001 10111

Color Harmonies of #68330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68330B

Black with #68330B

Text Example


Text Example

White with #68330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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