Html Css Color HEX #681E05 Baker's Chocolate

📋 copy color: '#681E05'

red 104 ◦ green 30 ◦ blue 5

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

Shades of Baker's Chocolate #681E05

Tints of Baker's Chocolate #681E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

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

R = 74.82%
G = 21.58%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681E05 (or 0x681E05) is known color: Baker's Chocolate. HEX triplet: 68, 1E and 05. RGB value is (104,30,5). Sum of RGB (Red+Green+Blue) = 104+30+5=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E05 is #97E1FA. Grayscale: #313131. Windows color (decimal): -9953787 or 335464. OLE color: 335464.

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

Color convert

RGB 104 30 5 -
CMYK 0 0.71 0.95 0.59
HSL 15.15º 0.91% 0.21% -
HSV(B) 15.15º 0.95% 0.41% -
XYZ 6.2 3.88 0.57 -
YUV 49.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 104 30 5 0 0.71 0.95 0.59 15.15 0.91 0.21
Hex 68 1E 5 0 47 5F 3B F 5B 15
Octal 150 36 5 0 107 137 73 17 133 25
Binary 1101000 11110 101 0 1000111 1011111 111011 1111 1011011 10101

Color Harmonies of #681E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E05

Black with #681E05

Text Example


Text Example

White with #681E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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