Html Css Color HEX #682001 Baker's Chocolate

📋 copy color: '#682001'

red 104 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #682001

Tints of Baker's Chocolate #682001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 75.91%
G = 23.36%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#682001 (or 0x682001) is known color: Baker's Chocolate. HEX triplet: 68, 20 and 01. RGB value is (104,32,1). Sum of RGB (Red+Green+Blue) = 104+32+1=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #682001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682001 is #97DFFE. Grayscale: #323232. Windows color (decimal): -9953279 or 73832. OLE color: 73832.

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

Color convert

RGB 104 32 1 -
CMYK 0 0.69 0.99 0.59
HSL 18.06º 0.98% 0.21% -
HSV(B) 18.06º 0.99% 0.41% -
XYZ 6.23 3.98 0.47 -
YUV 49.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 104 32 1 0 0.69 0.99 0.59 18.06 0.98 0.21
Hex 68 20 1 0 45 63 3B 12 62 15
Octal 150 40 1 0 105 143 73 22 142 25
Binary 1101000 100000 1 0 1000101 1100011 111011 10010 1100010 10101

Color Harmonies of #682001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682001

Black with #682001

Text Example


Text Example

White with #682001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682001; }

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

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

background-color css

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

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

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

border-color css

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

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

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