Html Css Color HEX #683501 Baker's Chocolate

📋 copy color: '#683501'

red 104 ◦ green 53 ◦ blue 1

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

Shades of Baker's Chocolate #683501

Tints of Baker's Chocolate #683501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 65.82%
G = 33.54%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#683501 (or 0x683501) is known color: Baker's Chocolate. HEX triplet: 68, 35 and 01. RGB value is (104,53,1). Sum of RGB (Red+Green+Blue) = 104+53+1=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #683501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683501 is #97CAFE. Grayscale: #3E3E3E. Windows color (decimal): -9947903 or 79208. OLE color: 79208.

HSL color Cylindrical-coordinate representation of color #683501: hue angle of 30.29º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #683501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 1 -
CMYK 0 0.49 0.99 0.59
HSL 30.29º 0.98% 0.21% -
HSV(B) 30.29º 0.99% 0.41% -
XYZ 6.99 5.49 0.72 -
YUV 62.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 104 53 1 0 0.49 0.99 0.59 30.29 0.98 0.21
Hex 68 35 1 0 31 63 3B 1E 62 15
Octal 150 65 1 0 61 143 73 36 142 25
Binary 1101000 110101 1 0 110001 1100011 111011 11110 1100010 10101

Color Harmonies of #683501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683501

Black with #683501

Text Example


Text Example

White with #683501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683501; }

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

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

background-color css

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

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

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

border-color css

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

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

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