Html Css Color HEX #682F19 Baker's Chocolate

📋 copy color: '#682F19'

red 104 ◦ green 47 ◦ blue 25

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

Shades of Baker's Chocolate #682F19

Tints of Baker's Chocolate #682F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.7%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 59.09%
G = 26.7%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#682F19 (or 0x682F19) is known color: Baker's Chocolate. HEX triplet: 68, 2F and 19. RGB value is (104,47,25). Sum of RGB (Red+Green+Blue) = 104+47+25=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #682F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F19 is #97D0E6. Grayscale: #3D3D3D. Windows color (decimal): -9949415 or 1650536. OLE color: 1650536.

HSL color Cylindrical-coordinate representation of color #682F19: hue angle of 16.71º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682F19 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 25 -
CMYK 0 0.55 0.76 0.59
HSL 16.71º 0.61% 0.25% -
HSV(B) 16.71º 0.76% 0.41% -
XYZ 6.9 5.05 1.53 -
YUV 61.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 104 47 25 0 0.55 0.76 0.59 16.71 0.61 0.25
Hex 68 2F 19 0 37 4C 3B 11 3D 19
Octal 150 57 31 0 67 114 73 21 75 31
Binary 1101000 101111 11001 0 110111 1001100 111011 10001 111101 11001

Color Harmonies of #682F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F19

Black with #682F19

Text Example


Text Example

White with #682F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682F19; }

 p { color: rgb(104,47,25); }

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

background-color css

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

 a { background-color: rgb(104,47,25); }

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

border-color css

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

 span { border-color: rgb(104,47,25); }

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