Html Css Color HEX #683400 Baker's Chocolate

📋 copy color: '#683400'

red 104 ◦ green 52 ◦ blue 0

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

Shades of Baker's Chocolate #683400

Tints of Baker's Chocolate #683400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#683400 (or 0x683400) is known color: Baker's Chocolate. HEX triplet: 68, 34 and 00. RGB value is (104,52,0). Sum of RGB (Red+Green+Blue) = 104+52+0=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #683400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683400 is #97CBFF. Grayscale: #3D3D3D. Windows color (decimal): -9948160 or 13416. OLE color: 13416.

HSL color Cylindrical-coordinate representation of color #683400: hue angle of 30º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #683400 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 0 -
CMYK 0 0.50 1 0.59
HSL 30º 1% 0.2% -
HSV(B) 30º 1% 0.41% -
XYZ 6.94 5.4 0.68 -
YUV 61.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 104 52 0 0 0.50 1 0.59 30 1 0.2
Hex 68 34 0 0 32 64 3B 1E 64 14
Octal 150 64 0 0 62 144 73 36 144 24
Binary 1101000 110100 0 0 110010 1100100 111011 11110 1100100 10100

Color Harmonies of #683400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683400

Black with #683400

Text Example


Text Example

White with #683400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683400; }

 p { color: rgb(104,52,0); }

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

background-color css

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

 a { background-color: rgb(104,52,0); }

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

border-color css

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

 span { border-color: rgb(104,52,0); }

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