Html Css Color HEX #68300A Baker's Chocolate

📋 copy color: '#68300A'

red 104 ◦ green 48 ◦ blue 10

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

Shades of Baker's Chocolate #68300A

Tints of Baker's Chocolate #68300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 64.2%
G = 29.63%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68300A (or 0x68300A) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 0A. RGB value is (104,48,10). Sum of RGB (Red+Green+Blue) = 104+48+10=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #68300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68300A is #97CFF5. Grayscale: #3C3C3C. Windows color (decimal): -9949174 or 667752. OLE color: 667752.

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

Color convert

RGB 104 48 10 -
CMYK 0 0.54 0.90 0.59
HSL 24.26º 0.82% 0.22% -
HSV(B) 24.26º 0.9% 0.41% -
XYZ 6.82 5.08 0.91 -
YUV 60.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 104 48 10 0 0.54 0.90 0.59 24.26 0.82 0.22
Hex 68 30 A 0 36 5A 3B 18 52 16
Octal 150 60 12 0 66 132 73 30 122 26
Binary 1101000 110000 1010 0 110110 1011010 111011 11000 1010010 10110

Color Harmonies of #68300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68300A

Black with #68300A

Text Example


Text Example

White with #68300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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