Html Css Color HEX #682F00 Baker's Chocolate

📋 copy color: '#682F00'

red 104 ◦ green 47 ◦ blue 0

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

Shades of Baker's Chocolate #682F00

Tints of Baker's Chocolate #682F00

RGB

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

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

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

R = 68.87%
G = 31.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#682F00 (or 0x682F00) is known color: Baker's Chocolate. HEX triplet: 68, 2F and 00. RGB value is (104,47,0). Sum of RGB (Red+Green+Blue) = 104+47+0=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #682F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682F00 is #97D0FF. Grayscale: #3A3A3A. Windows color (decimal): -9949440 or 12136. OLE color: 12136.

HSL color Cylindrical-coordinate representation of color #682F00: hue angle of 27.12º 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 #682F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 0 -
CMYK 0 0.55 1 0.59
HSL 27.12º 1% 0.2% -
HSV(B) 27.12º 1% 0.41% -
XYZ 6.73 4.98 0.61 -
YUV 58.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 104 47 0 0 0.55 1 0.59 27.12 1 0.2
Hex 68 2F 0 0 37 64 3B 1B 64 14
Octal 150 57 0 0 67 144 73 33 144 24
Binary 1101000 101111 0 0 110111 1100100 111011 11011 1100100 10100

Color Harmonies of #682F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F00

Black with #682F00

Text Example


Text Example

White with #682F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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