Html Css Color HEX #681B01 Baker's Chocolate

📋 copy color: '#681B01'

red 104 ◦ green 27 ◦ blue 1

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

Shades of Baker's Chocolate #681B01

Tints of Baker's Chocolate #681B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 78.79%
G = 20.45%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681B01 (or 0x681B01) is known color: Baker's Chocolate. HEX triplet: 68, 1B and 01. RGB value is (104,27,1). Sum of RGB (Red+Green+Blue) = 104+27+1=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B01 is #97E4FE. Grayscale: #2F2F2F. Windows color (decimal): -9954559 or 72552. OLE color: 72552.

HSL color Cylindrical-coordinate representation of color #681B01: hue angle of 15.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #681B01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 1 -
CMYK 0 0.74 0.99 0.59
HSL 15.15º 0.98% 0.21% -
HSV(B) 15.15º 0.99% 0.41% -
XYZ 6.11 3.73 0.43 -
YUV 47.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 104 27 1 0 0.74 0.99 0.59 15.15 0.98 0.21
Hex 68 1B 1 0 4A 63 3B F 62 15
Octal 150 33 1 0 112 143 73 17 142 25
Binary 1101000 11011 1 0 1001010 1100011 111011 1111 1100010 10101

Color Harmonies of #681B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B01

Black with #681B01

Text Example


Text Example

White with #681B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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