Html Css Color HEX #686A2A Rain Forest

📋 copy color: '#686A2A'

red 104 ◦ green 106 ◦ blue 42

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

Shades of Rain Forest #686A2A

Tints of Rain Forest #686A2A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.06%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 41.27%
G = 42.06%
B = 16.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#686A2A (or 0x686A2A) is known color: Rain Forest. HEX triplet: 68, 6A and 2A. RGB value is (104,106,42). Sum of RGB (Red+Green+Blue) = 104+106+42=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #686A2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A2A is #9795D5. Grayscale: #626262. Windows color (decimal): -9934294 or 2779752. OLE color: 2779752.

HSL color Cylindrical-coordinate representation of color #686A2A: hue angle of 61.88º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #686A2A is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 106 42 -
CMYK 0.02 0 0.60 0.58
HSL 61.88º 0.43% 0.29% -
HSV(B) 61.88º 0.6% 0.42% -
XYZ 11.28 13.42 4.19 -
YUV 98.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 104 106 42 0.02 0 0.60 0.58 61.88 0.43 0.29
Hex 68 6A 2A 2 0 3C 3A 3E 2B 1D
Octal 150 152 52 2 0 74 72 76 53 35
Binary 1101000 1101010 101010 10 0 111100 111010 111110 101011 11101

Color Harmonies of #686A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686A2A

Black with #686A2A

Text Example


Text Example

White with #686A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686A2A; }

 p { color: rgb(104,106,42); }

 H1.HeaderClassName
 {
   color: #686A2A;
 }
 .AnyTagClassName
 {
   color: #686A2A;
 }
</style>

background-color css

<style>
 a { background-color: #686A2A; }

 a { background-color: rgb(104,106,42); }

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

border-color css

<style>
 span { border-color: #686A2A; }

 span { border-color: rgb(104,106,42); }

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