Html Css Color HEX #681C01 Baker's Chocolate

📋 copy color: '#681C01'

red 104 ◦ green 28 ◦ blue 1

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

Shades of Baker's Chocolate #681C01

Tints of Baker's Chocolate #681C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

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

R = 78.2%
G = 21.05%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681C01 (or 0x681C01) is known color: Baker's Chocolate. HEX triplet: 68, 1C and 01. RGB value is (104,28,1). Sum of RGB (Red+Green+Blue) = 104+28+1=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C01 is #97E3FE. Grayscale: #2F2F2F. Windows color (decimal): -9954303 or 72808. OLE color: 72808.

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

Color convert

RGB 104 28 1 -
CMYK 0 0.73 0.99 0.59
HSL 15.73º 0.98% 0.21% -
HSV(B) 15.73º 0.99% 0.41% -
XYZ 6.13 3.78 0.43 -
YUV 47.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 104 28 1 0 0.73 0.99 0.59 15.73 0.98 0.21
Hex 68 1C 1 0 49 63 3B 10 62 15
Octal 150 34 1 0 111 143 73 20 142 25
Binary 1101000 11100 1 0 1001001 1100011 111011 10000 1100010 10101

Color Harmonies of #681C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C01

Black with #681C01

Text Example


Text Example

White with #681C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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