Html Css Color HEX #683600 Baker's Chocolate

📋 copy color: '#683600'

red 104 ◦ green 54 ◦ blue 0

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

Shades of Baker's Chocolate #683600

Tints of Baker's Chocolate #683600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

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

R = 65.82%
G = 34.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#683600 (or 0x683600) is known color: Baker's Chocolate. HEX triplet: 68, 36 and 00. RGB value is (104,54,0). Sum of RGB (Red+Green+Blue) = 104+54+0=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #683600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683600 is #97C9FF. Grayscale: #3F3F3F. Windows color (decimal): -9947648 or 13928. OLE color: 13928.

HSL color Cylindrical-coordinate representation of color #683600: hue angle of 31.15º 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 #683600 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 54 0 -
CMYK 0 0.48 1 0.59
HSL 31.15º 1% 0.2% -
HSV(B) 31.15º 1% 0.41% -
XYZ 7.03 5.58 0.71 -
YUV 62.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 104 54 0 0 0.48 1 0.59 31.15 1 0.2
Hex 68 36 0 0 30 64 3B 1F 64 14
Octal 150 66 0 0 60 144 73 37 144 24
Binary 1101000 110110 0 0 110000 1100100 111011 11111 1100100 10100

Color Harmonies of #683600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683600

Black with #683600

Text Example


Text Example

White with #683600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683600; }

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

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

background-color css

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

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

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

border-color css

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

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

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