Html Css Color HEX #681E02 Baker's Chocolate

📋 copy color: '#681E02'

red 104 ◦ green 30 ◦ blue 2

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

Shades of Baker's Chocolate #681E02

Tints of Baker's Chocolate #681E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.47%

R = 76.47%
G = 22.06%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#681E02 (or 0x681E02) is known color: Baker's Chocolate. HEX triplet: 68, 1E and 02. RGB value is (104,30,2). Sum of RGB (Red+Green+Blue) = 104+30+2=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E02 is #97E1FD. Grayscale: #313131. Windows color (decimal): -9953790 or 138856. OLE color: 138856.

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

Color convert

RGB 104 30 2 -
CMYK 0 0.71 0.98 0.59
HSL 16.47º 0.96% 0.21% -
HSV(B) 16.47º 0.98% 0.41% -
XYZ 6.18 3.88 0.48 -
YUV 48.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 104 30 2 0 0.71 0.98 0.59 16.47 0.96 0.21
Hex 68 1E 2 0 47 62 3B 10 60 15
Octal 150 36 2 0 107 142 73 20 140 25
Binary 1101000 11110 10 0 1000111 1100010 111011 10000 1100000 10101

Color Harmonies of #681E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E02

Black with #681E02

Text Example


Text Example

White with #681E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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