Html Css Color HEX #683200 Baker's Chocolate

📋 copy color: '#683200'

red 104 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #683200

Tints of Baker's Chocolate #683200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

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

R = 67.53%
G = 32.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#683200 (or 0x683200) is known color: Baker's Chocolate. HEX triplet: 68, 32 and 00. RGB value is (104,50,0). Sum of RGB (Red+Green+Blue) = 104+50+0=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #683200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683200 is #97CDFF. Grayscale: #3C3C3C. Windows color (decimal): -9948672 or 12904. OLE color: 12904.

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

Color convert

RGB 104 50 0 -
CMYK 0 0.52 1 0.59
HSL 28.85º 1% 0.2% -
HSV(B) 28.85º 1% 0.41% -
XYZ 6.85 5.22 0.65 -
YUV 60.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 104 50 0 0 0.52 1 0.59 28.85 1 0.2
Hex 68 32 0 0 34 64 3B 1D 64 14
Octal 150 62 0 0 64 144 73 35 144 24
Binary 1101000 110010 0 0 110100 1100100 111011 11101 1100100 10100

Color Harmonies of #683200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683200

Black with #683200

Text Example


Text Example

White with #683200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683200; }

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

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

background-color css

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

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

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

border-color css

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

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

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