Html Css Color HEX #682201 Baker's Chocolate

📋 copy color: '#682201'

red 104 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #682201

Tints of Baker's Chocolate #682201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.46%

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

R = 74.82%
G = 24.46%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#682201 (or 0x682201) is known color: Baker's Chocolate. HEX triplet: 68, 22 and 01. RGB value is (104,34,1). Sum of RGB (Red+Green+Blue) = 104+34+1=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #682201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682201 is #97DDFE. Grayscale: #333333. Windows color (decimal): -9952767 or 74344. OLE color: 74344.

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

Color convert

RGB 104 34 1 -
CMYK 0 0.67 0.99 0.59
HSL 19.22º 0.98% 0.21% -
HSV(B) 19.22º 0.99% 0.41% -
XYZ 6.29 4.09 0.49 -
YUV 51.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 104 34 1 0 0.67 0.99 0.59 19.22 0.98 0.21
Hex 68 22 1 0 43 63 3B 13 62 15
Octal 150 42 1 0 103 143 73 23 142 25
Binary 1101000 100010 1 0 1000011 1100011 111011 10011 1100010 10101

Color Harmonies of #682201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682201

Black with #682201

Text Example


Text Example

White with #682201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682201; }

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

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

background-color css

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

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

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

border-color css

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

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

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