Html Css Color HEX #681B00 Baker's Chocolate

📋 copy color: '#681B00'

red 104 ◦ green 27 ◦ blue 0

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

Shades of Baker's Chocolate #681B00

Tints of Baker's Chocolate #681B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.61%

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

R = 79.39%
G = 20.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681B00 (or 0x681B00) is known color: Baker's Chocolate. HEX triplet: 68, 1B and 00. RGB value is (104,27,0). Sum of RGB (Red+Green+Blue) = 104+27+0=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #681B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B00 is #97E4FF. Grayscale: #2F2F2F. Windows color (decimal): -9954560 or 7016. OLE color: 7016.

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

Color convert

RGB 104 27 0 -
CMYK 0 0.74 1 0.59
HSL 15.58º 1% 0.2% -
HSV(B) 15.58º 1% 0.41% -
XYZ 6.1 3.73 0.4 -
YUV 46.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 104 27 0 0 0.74 1 0.59 15.58 1 0.2
Hex 68 1B 0 0 4A 64 3B 10 64 14
Octal 150 33 0 0 112 144 73 20 144 24
Binary 1101000 11011 0 0 1001010 1100100 111011 10000 1100100 10100

Color Harmonies of #681B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B00

Black with #681B00

Text Example


Text Example

White with #681B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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