Html Css Color HEX #682601 Baker's Chocolate

📋 copy color: '#682601'

red 104 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #682601

Tints of Baker's Chocolate #682601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 72.73%
G = 26.57%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#682601 (or 0x682601) is known color: Baker's Chocolate. HEX triplet: 68, 26 and 01. RGB value is (104,38,1). Sum of RGB (Red+Green+Blue) = 104+38+1=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #682601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682601 is #97D9FE. Grayscale: #353535. Windows color (decimal): -9951743 or 75368. OLE color: 75368.

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

Color convert

RGB 104 38 1 -
CMYK 0 0.63 0.99 0.59
HSL 21.55º 0.98% 0.21% -
HSV(B) 21.55º 0.99% 0.41% -
XYZ 6.41 4.33 0.53 -
YUV 53.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 104 38 1 0 0.63 0.99 0.59 21.55 0.98 0.21
Hex 68 26 1 0 3F 63 3B 16 62 15
Octal 150 46 1 0 77 143 73 26 142 25
Binary 1101000 100110 1 0 111111 1100011 111011 10110 1100010 10101

Color Harmonies of #682601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682601

Black with #682601

Text Example


Text Example

White with #682601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682601; }

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

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

background-color css

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

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

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

border-color css

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

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

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