Html Css Color HEX #682500 Baker's Chocolate

📋 copy color: '#682500'

red 104 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #682500

Tints of Baker's Chocolate #682500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.76%
G = 26.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#682500 (or 0x682500) is known color: Baker's Chocolate. HEX triplet: 68, 25 and 00. RGB value is (104,37,0). Sum of RGB (Red+Green+Blue) = 104+37+0=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #682500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682500 is #97DAFF. Grayscale: #353535. Windows color (decimal): -9952000 or 9576. OLE color: 9576.

HSL color Cylindrical-coordinate representation of color #682500: hue angle of 21.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #682500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 37 0 -
CMYK 0 0.64 1 0.59
HSL 21.35º 1% 0.2% -
HSV(B) 21.35º 1% 0.41% -
XYZ 6.37 4.27 0.49 -
YUV 52.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 104 37 0 0 0.64 1 0.59 21.35 1 0.2
Hex 68 25 0 0 40 64 3B 15 64 14
Octal 150 45 0 0 100 144 73 25 144 24
Binary 1101000 100101 0 0 1000000 1100100 111011 10101 1100100 10100

Color Harmonies of #682500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682500

Black with #682500

Text Example


Text Example

White with #682500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682500; }

 p { color: rgb(104,37,0); }

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

background-color css

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

 a { background-color: rgb(104,37,0); }

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

border-color css

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

 span { border-color: rgb(104,37,0); }

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