Html Css Color HEX #681F05 Baker's Chocolate

📋 copy color: '#681F05'

red 104 ◦ green 31 ◦ blue 5

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

Shades of Baker's Chocolate #681F05

Tints of Baker's Chocolate #681F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 74.29%
G = 22.14%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681F05 (or 0x681F05) is known color: Baker's Chocolate. HEX triplet: 68, 1F and 05. RGB value is (104,31,5). Sum of RGB (Red+Green+Blue) = 104+31+5=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #681F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F05 is #97E0FA. Grayscale: #323232. Windows color (decimal): -9953531 or 335720. OLE color: 335720.

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

Color convert

RGB 104 31 5 -
CMYK 0 0.70 0.95 0.59
HSL 15.76º 0.91% 0.21% -
HSV(B) 15.76º 0.95% 0.41% -
XYZ 6.23 3.93 0.57 -
YUV 49.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 104 31 5 0 0.70 0.95 0.59 15.76 0.91 0.21
Hex 68 1F 5 0 46 5F 3B 10 5B 15
Octal 150 37 5 0 106 137 73 20 133 25
Binary 1101000 11111 101 0 1000110 1011111 111011 10000 1011011 10101

Color Harmonies of #681F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F05

Black with #681F05

Text Example


Text Example

White with #681F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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