Html Css Color HEX #68290A Baker's Chocolate

📋 copy color: '#68290A'

red 104 ◦ green 41 ◦ blue 10

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

Shades of Baker's Chocolate #68290A

Tints of Baker's Chocolate #68290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 67.1%
G = 26.45%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68290A (or 0x68290A) is known color: Baker's Chocolate. HEX triplet: 68, 29 and 0A. RGB value is (104,41,10). Sum of RGB (Red+Green+Blue) = 104+41+10=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68290A is #97D6F5. Grayscale: #383838. Windows color (decimal): -9950966 or 665960. OLE color: 665960.

HSL color Cylindrical-coordinate representation of color #68290A: hue angle of 19.79º 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 #68290A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 10 -
CMYK 0 0.61 0.90 0.59
HSL 19.79º 0.82% 0.22% -
HSV(B) 19.79º 0.9% 0.41% -
XYZ 6.56 4.55 0.82 -
YUV 56.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 104 41 10 0 0.61 0.90 0.59 19.79 0.82 0.22
Hex 68 29 A 0 3D 5A 3B 14 52 16
Octal 150 51 12 0 75 132 73 24 122 26
Binary 1101000 101001 1010 0 111101 1011010 111011 10100 1010010 10110

Color Harmonies of #68290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68290A

Black with #68290A

Text Example


Text Example

White with #68290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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