Html Css Color HEX #683000 Baker's Chocolate

📋 copy color: '#683000'

red 104 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #683000

Tints of Baker's Chocolate #683000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

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

R = 68.42%
G = 31.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#683000 (or 0x683000) is known color: Baker's Chocolate. HEX triplet: 68, 30 and 00. RGB value is (104,48,0). Sum of RGB (Red+Green+Blue) = 104+48+0=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #683000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683000 is #97CFFF. Grayscale: #3B3B3B. Windows color (decimal): -9949184 or 12392. OLE color: 12392.

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

Color convert

RGB 104 48 0 -
CMYK 0 0.54 1 0.59
HSL 27.69º 1% 0.2% -
HSV(B) 27.69º 1% 0.41% -
XYZ 6.77 5.06 0.62 -
YUV 59.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 104 48 0 0 0.54 1 0.59 27.69 1 0.2
Hex 68 30 0 0 36 64 3B 1C 64 14
Octal 150 60 0 0 66 144 73 34 144 24
Binary 1101000 110000 0 0 110110 1100100 111011 11100 1100100 10100

Color Harmonies of #683000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683000

Black with #683000

Text Example


Text Example

White with #683000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683000; }

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

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

background-color css

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

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

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

border-color css

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

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

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