Html Css Color HEX #682F0F Baker's Chocolate

📋 copy color: '#682F0F'

red 104 ◦ green 47 ◦ blue 15

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

Shades of Baker's Chocolate #682F0F

Tints of Baker's Chocolate #682F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 62.65%
G = 28.31%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#682F0F (or 0x682F0F) is known color: Baker's Chocolate. HEX triplet: 68, 2F and 0F. RGB value is (104,47,15). Sum of RGB (Red+Green+Blue) = 104+47+15=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #682F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F0F is #97D0F0. Grayscale: #3C3C3C. Windows color (decimal): -9949425 or 995176. OLE color: 995176.

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

Color convert

RGB 104 47 15 -
CMYK 0 0.55 0.86 0.59
HSL 21.57º 0.75% 0.23% -
HSV(B) 21.57º 0.86% 0.41% -
XYZ 6.81 5.01 1.06 -
YUV 60.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 104 47 15 0 0.55 0.86 0.59 21.57 0.75 0.23
Hex 68 2F F 0 37 56 3B 16 4B 17
Octal 150 57 17 0 67 126 73 26 113 27
Binary 1101000 101111 1111 0 110111 1010110 111011 10110 1001011 10111

Color Harmonies of #682F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F0F

Black with #682F0F

Text Example


Text Example

White with #682F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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