Html Css Color HEX #681F00 Baker's Chocolate

📋 copy color: '#681F00'

red 104 ◦ green 31 ◦ blue 0

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

Shades of Baker's Chocolate #681F00

Tints of Baker's Chocolate #681F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.96%

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

R = 77.04%
G = 22.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681F00 (or 0x681F00) is known color: Baker's Chocolate. HEX triplet: 68, 1F and 00. RGB value is (104,31,0). Sum of RGB (Red+Green+Blue) = 104+31+0=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F00 is #97E0FF. Grayscale: #313131. Windows color (decimal): -9953536 or 8040. OLE color: 8040.

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

Color convert

RGB 104 31 0 -
CMYK 0 0.70 1 0.59
HSL 17.88º 1% 0.2% -
HSV(B) 17.88º 1% 0.41% -
XYZ 6.2 3.92 0.43 -
YUV 49.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 104 31 0 0 0.70 1 0.59 17.88 1 0.2
Hex 68 1F 0 0 46 64 3B 12 64 14
Octal 150 37 0 0 106 144 73 22 144 24
Binary 1101000 11111 0 0 1000110 1100100 111011 10010 1100100 10100

Color Harmonies of #681F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F00

Black with #681F00

Text Example


Text Example

White with #681F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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