Html Css Color HEX #681E00 Baker's Chocolate

📋 copy color: '#681E00'

red 104 ◦ green 30 ◦ blue 0

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

Shades of Baker's Chocolate #681E00

Tints of Baker's Chocolate #681E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.39%

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

R = 77.61%
G = 22.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681E00 (or 0x681E00) is known color: Baker's Chocolate. HEX triplet: 68, 1E and 00. RGB value is (104,30,0). Sum of RGB (Red+Green+Blue) = 104+30+0=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E00 is #97E1FF. Grayscale: #303030. Windows color (decimal): -9953792 or 7784. OLE color: 7784.

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

Color convert

RGB 104 30 0 -
CMYK 0 0.71 1 0.59
HSL 17.31º 1% 0.2% -
HSV(B) 17.31º 1% 0.41% -
XYZ 6.17 3.87 0.42 -
YUV 48.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 104 30 0 0 0.71 1 0.59 17.31 1 0.2
Hex 68 1E 0 0 47 64 3B 11 64 14
Octal 150 36 0 0 107 144 73 21 144 24
Binary 1101000 11110 0 0 1000111 1100100 111011 10001 1100100 10100

Color Harmonies of #681E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E00

Black with #681E00

Text Example


Text Example

White with #681E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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