Html Css Color HEX #681F01 Baker's Chocolate

📋 copy color: '#681F01'

red 104 ◦ green 31 ◦ blue 1

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

Shades of Baker's Chocolate #681F01

Tints of Baker's Chocolate #681F01

RGB

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

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

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

R = 76.47%
G = 22.79%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681F01 (or 0x681F01) is known color: Baker's Chocolate. HEX triplet: 68, 1F and 01. RGB value is (104,31,1). Sum of RGB (Red+Green+Blue) = 104+31+1=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F01 is #97E0FE. Grayscale: #313131. Windows color (decimal): -9953535 or 73576. OLE color: 73576.

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

Color convert

RGB 104 31 1 -
CMYK 0 0.70 0.99 0.59
HSL 17.48º 0.98% 0.21% -
HSV(B) 17.48º 0.99% 0.41% -
XYZ 6.2 3.93 0.46 -
YUV 49.41 100.68 166.94 -
System Red Green Blue C M Y K H S L
Decimal 104 31 1 0 0.70 0.99 0.59 17.48 0.98 0.21
Hex 68 1F 1 0 46 63 3B 11 62 15
Octal 150 37 1 0 106 143 73 21 142 25
Binary 1101000 11111 1 0 1000110 1100011 111011 10001 1100010 10101

Color Harmonies of #681F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F01

Black with #681F01

Text Example


Text Example

White with #681F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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