Html Css Color HEX #68330A Baker's Chocolate

📋 copy color: '#68330A'

red 104 ◦ green 51 ◦ blue 10

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

Shades of Baker's Chocolate #68330A

Tints of Baker's Chocolate #68330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 63.03%
G = 30.91%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68330A (or 0x68330A) is known color: Baker's Chocolate. HEX triplet: 68, 33 and 0A. RGB value is (104,51,10). Sum of RGB (Red+Green+Blue) = 104+51+10=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68330A is #97CCF5. Grayscale: #3E3E3E. Windows color (decimal): -9948406 or 668520. OLE color: 668520.

HSL color Cylindrical-coordinate representation of color #68330A: hue angle of 26.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68330A is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 10 -
CMYK 0 0.51 0.90 0.59
HSL 26.17º 0.82% 0.22% -
HSV(B) 26.17º 0.9% 0.41% -
XYZ 6.95 5.33 0.95 -
YUV 62.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 104 51 10 0 0.51 0.90 0.59 26.17 0.82 0.22
Hex 68 33 A 0 33 5A 3B 1A 52 16
Octal 150 63 12 0 63 132 73 32 122 26
Binary 1101000 110011 1010 0 110011 1011010 111011 11010 1010010 10110

Color Harmonies of #68330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68330A

Black with #68330A

Text Example


Text Example

White with #68330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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