Html Css Color HEX #682E0A Baker's Chocolate

📋 copy color: '#682E0A'

red 104 ◦ green 46 ◦ blue 10

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

Shades of Baker's Chocolate #682E0A

Tints of Baker's Chocolate #682E0A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.75%

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 65%
G = 28.75%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#682E0A (or 0x682E0A) is known color: Baker's Chocolate. HEX triplet: 68, 2E and 0A. RGB value is (104,46,10). Sum of RGB (Red+Green+Blue) = 104+46+10=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E0A is #97D1F5. Grayscale: #3B3B3B. Windows color (decimal): -9949686 or 667240. OLE color: 667240.

HSL color Cylindrical-coordinate representation of color #682E0A: hue angle of 22.98º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #682E0A is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 10 -
CMYK 0 0.56 0.90 0.59
HSL 22.98º 0.82% 0.22% -
HSV(B) 22.98º 0.9% 0.41% -
XYZ 6.74 4.92 0.88 -
YUV 59.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 104 46 10 0 0.56 0.90 0.59 22.98 0.82 0.22
Hex 68 2E A 0 38 5A 3B 17 52 16
Octal 150 56 12 0 70 132 73 27 122 26
Binary 1101000 101110 1010 0 111000 1011010 111011 10111 1010010 10110

Color Harmonies of #682E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E0A

Black with #682E0A

Text Example


Text Example

White with #682E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,46,10); }

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

background-color css

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

 a { background-color: rgb(104,46,10); }

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

border-color css

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

 span { border-color: rgb(104,46,10); }

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