Html Css Color HEX #68330C Baker's Chocolate

📋 copy color: '#68330C'

red 104 ◦ green 51 ◦ blue 12

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

Shades of Baker's Chocolate #68330C

Tints of Baker's Chocolate #68330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 62.28%
G = 30.54%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68330C (or 0x68330C) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 0C. RGB value is (104,51,12). Sum of RGB (Red+Green+Blue) = 104+51+12=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68330C is #97CCF3. Grayscale: #3E3E3E. Windows color (decimal): -9948404 or 799592. OLE color: 799592.

HSL color Cylindrical-coordinate representation of color #68330C: hue angle of 25.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68330C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 12 -
CMYK 0 0.51 0.88 0.59
HSL 25.43º 0.79% 0.23% -
HSV(B) 25.43º 0.88% 0.41% -
XYZ 6.96 5.34 1.01 -
YUV 62.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 104 51 12 0 0.51 0.88 0.59 25.43 0.79 0.23
Hex 68 33 C 0 33 58 3B 19 4F 17
Octal 150 63 14 0 63 130 73 31 117 27
Binary 1101000 110011 1100 0 110011 1011000 111011 11001 1001111 10111

Color Harmonies of #68330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68330C

Black with #68330C

Text Example


Text Example

White with #68330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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