Html Css Color HEX #682E02 Baker's Chocolate

📋 copy color: '#682E02'

red 104 ◦ green 46 ◦ blue 2

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

Shades of Baker's Chocolate #682E02

Tints of Baker's Chocolate #682E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 68.42%
G = 30.26%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#682E02 (or 0x682E02) is known color: Baker's Chocolate. HEX triplet: 68, 2E and 02. RGB value is (104,46,2). Sum of RGB (Red+Green+Blue) = 104+46+2=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #682E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E02 is #97D1FD. Grayscale: #3A3A3A. Windows color (decimal): -9949694 or 142952. OLE color: 142952.

HSL color Cylindrical-coordinate representation of color #682E02: hue angle of 25.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #682E02 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 2 -
CMYK 0 0.56 0.98 0.59
HSL 25.88º 0.96% 0.21% -
HSV(B) 25.88º 0.98% 0.41% -
XYZ 6.7 4.9 0.65 -
YUV 58.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 104 46 2 0 0.56 0.98 0.59 25.88 0.96 0.21
Hex 68 2E 2 0 38 62 3B 1A 60 15
Octal 150 56 2 0 70 142 73 32 140 25
Binary 1101000 101110 10 0 111000 1100010 111011 11010 1100000 10101

Color Harmonies of #682E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E02

Black with #682E02

Text Example


Text Example

White with #682E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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