Html Css Color HEX #681D04 Baker's Chocolate

📋 copy color: '#681D04'

red 104 ◦ green 29 ◦ blue 4

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

Shades of Baker's Chocolate #681D04

Tints of Baker's Chocolate #681D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.17%

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 75.91%
G = 21.17%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#681D04 (or 0x681D04) is known color: Baker's Chocolate. HEX triplet: 68, 1D and 04. RGB value is (104,29,4). Sum of RGB (Red+Green+Blue) = 104+29+4=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D04 is #97E2FB. Grayscale: #303030. Windows color (decimal): -9954044 or 269672. OLE color: 269672.

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

Color convert

RGB 104 29 4 -
CMYK 0 0.72 0.96 0.59
HSL 15º 0.93% 0.21% -
HSV(B) 15º 0.96% 0.41% -
XYZ 6.17 3.83 0.53 -
YUV 48.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 104 29 4 0 0.72 0.96 0.59 15 0.93 0.21
Hex 68 1D 4 0 48 60 3B F 5D 15
Octal 150 35 4 0 110 140 73 17 135 25
Binary 1101000 11101 100 0 1001000 1100000 111011 1111 1011101 10101

Color Harmonies of #681D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D04

Black with #681D04

Text Example


Text Example

White with #681D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,4); }

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

background-color css

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

 a { background-color: rgb(104,29,4); }

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

border-color css

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

 span { border-color: rgb(104,29,4); }

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