Html Css Color HEX #683500 Baker's Chocolate

📋 copy color: '#683500'

red 104 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #683500

Tints of Baker's Chocolate #683500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

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

R = 66.24%
G = 33.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#683500 (or 0x683500) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 00. RGB value is (104,53,0). Sum of RGB (Red+Green+Blue) = 104+53+0=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #683500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683500 is #97CAFF. Grayscale: #3E3E3E. Windows color (decimal): -9947904 or 13672. OLE color: 13672.

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

Color convert

RGB 104 53 0 -
CMYK 0 0.49 1 0.59
HSL 30.58º 1% 0.2% -
HSV(B) 30.58º 1% 0.41% -
XYZ 6.98 5.49 0.69 -
YUV 62.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 104 53 0 0 0.49 1 0.59 30.58 1 0.2
Hex 68 35 0 0 31 64 3B 1F 64 14
Octal 150 65 0 0 61 144 73 37 144 24
Binary 1101000 110101 0 0 110001 1100100 111011 11111 1100100 10100

Color Harmonies of #683500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683500

Black with #683500

Text Example


Text Example

White with #683500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683500; }

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

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

background-color css

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

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

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

border-color css

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

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

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